Text Classification - LiamWahahaha/natural-language-processing GitHub Wiki
Concepts
- How to extract text feature
 - How to train a classifier (Naive Bayes, decision tree, maximum entropy, Scikit-learn)
 - How to measure precision and recall of a classifier
 
Notes
References
- Python 3 Text Processing with NLTK 3 Cookbook, Jacob Perkins