Skip to content

Commit d8c43bc

Browse files
author
xuwenyihust
committed
Some updates.
1 parent c571c24 commit d8c43bc

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,16 @@ python3.4 web/dashboard.py
4949
* Tweet context **preprocess**
5050
* Remove all punctuations
5151
* Set capital letters to lower case
52-
* Remove stop words for better performance
53-
* Find out the most related keywords
54-
* Find out the most related hashtags
52+
* Remove **stop words** for better performance
53+
* Find out the most **related keywords**
54+
* Find out the most **related hashtags**
55+
* **Sentiment analysis**
56+
* Use **Spark MLlib** to build a **Naive Bayes** model
57+
* Classify each tweet to be **positive/negative**
58+
* **Training examples** from [Sanders Analytics](http://www.sananalytics.com/lab/twitter-sentiment/)
5559

5660
### Database
57-
* Use MongoDB to store the analysis results
61+
* Use **MongoDB** to store the analysis results
5862

5963
### Visualization
6064
**Time line** of related tweet counts, **most related hashtags**, **most related keywords**, the ratio of **postive/negative** tweets.

0 commit comments

Comments
 (0)