Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove Pattern lib dependency in News Classification tutorial (#1118)
* Import and download NLTK package on News Classification notebook Makes sure the user has downloaded the 'stopwords' package from NLTK without having to do it from shell. Signed-off-by: Luiz Carlos Cavalcanti <[email protected]> * Replace Pattern lib with NLTK on News Classification tutorial Since Pattern lib is not supported yet on Python 3, NLTK is now used also for lemmatization, removing the dependency for Pattern. Now it should be possible to run this tutorial ob both Python 2.5+ and 3.x. Signed-off-by: Luiz Carlos Cavalcanti <[email protected]>
- Loading branch information