Youtube2Sentiments is developed for school project. It is still a work in progress. It uses word2vec models and svm for classification of Youtube comments. We are still experimenting/tinkering with stuff.
- Word2Vec Averages - 81.99%
- Bag of Words (Ngrams 1-5, 5000 features) - 88.43%
- TF-IDF (Ngrams 1-5, 851 features) - 86.20%
- W2V Similarity Algorithm (20 features) - 80.12%
- TF-IDF + W2V - 91.22%
- Added Flask Server to serve API
- Word2Vec Similarity-vector Algorithm (by Espen)
- Relevancy vs Irrelevant classifier
- CorpusBuilder upgraded
- /Models - All trained models are persisted and loaded
- /Crawlers - Contain crawling scripts
- /Corpus - Prepared and cleaned Corpus (all appended to 1 txt file)
- /Raw - All Raw text files from crawlers
- /Tests - Currently Empty
0.0.3