Skip to content
This repository has been archived by the owner on May 24, 2023. It is now read-only.
/ sentiment-analysis Public archive

Apply bag of words and Word2vec to sentiment analysis.

Notifications You must be signed in to change notification settings

lidalei/sentiment-analysis

Repository files navigation

Apply bag of words and Word2vec to sentiment analysis.

Sentence representation

  • Bag of words
    • Logistic regression, support vector machine and feed-forward neural network
  • Word2vec and sentence as the averaging of words vector

Python library dependency

  • nltk and nltk stopwords corpus
  • gensim
  • tensorflow
  • scikit-learn

About

Apply bag of words and Word2vec to sentiment analysis.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published