Skip to content

Commit 1e54b02

Browse files
committed
Update README.md
1 parent 57d7458 commit 1e54b02

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,9 @@
162162
- [How to Calculate Twitter Sentiment Using AlchemyAPI with Python](http://www.alchemyapi.com/developers/getting-started-guide/twitter-sentiment-analysis)
163163
- [Second Try: Sentiment Analysis in Python](http://andybromberg.com/sentiment-analysis-python/)
164164
- [Sentiment Analysis with Python NLTK Text Classification](http://text-processing.com/demo/sentiment/)
165+
- Codes and Explanation
166+
- [**Sentiment Analysis with bag-of-words**](http://ataspinar.com/2016/01/21/sentiment-analysis-with-bag-of-words/)
167+
- [**Sentiment Analysis with Naive Bayes**](http://ataspinar.com/2016/02/15/sentiment-analysis-with-the-naive-bayes-classifier/)
165168

166169
##Pickle: convert a python object into a character stream
167170
- [Python serialization - Why pickle?](http://stackoverflow.com/questions/8968884/python-serialization-why-pickle)

0 commit comments

Comments
 (0)