Git Product home page Git Product logo

aspect_sentiment_analysis's Introduction

Lowri Williams

Hi, I'm Lowri - a research data scientist.

My interests revolve around nautral language processing, text mining, and sentiment analysis. I occasionally blog about my personal projects and use my Github to repo them. Check out my articles on Medium.

I mainly code in Python ๐Ÿ

Website Badge Codementor Badge Medium Badge Twitter Badge

Buy Me a Coffee at ko-fi.com

aspect_sentiment_analysis's People

Contributors

lowriwilliams avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

aspect_sentiment_analysis's Issues

Error while merging

image
I have successfully created the LDA model and also made the all_topics dataframe but, when trying to generate results I am always getting a type conversion error "ValueError: You are trying to merge on int64 and object columns. If you wish to proceed you should use pd.concat" (added screenshot). I looked up online and converted the "Dominant_topic" column to integer and string but, it still threw the same error when run. Please help me resolve this issue. Thank you very much.

TypeError: can only join an iterable

When running the count vectorizer, I am getting the following error message. Could you please help? Thank you!


TypeError Traceback (most recent call last)
in
7
8 for index, row in df.iterrows():
----> 9 vectors.append(", ".join(row[6]))
10
11 vectorised = vectorizer.fit_transform(vectors)

TypeError: can only join an iterable

Rake module

It seems the Rake module has not been used in your code

Spelling / Initiation Error

While running the project locally I noticed a spelling error in Cell #44 which is causing an error -
df_topic_keywords.index = topicnames
should be
df_topic_keywords.index = topic_names

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.