Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 211 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 211 Bytes

text-preparation-NLP

This text preparation for NLP use.

requirements:

-nltk has to be installed # pip install nltk

-nltk stopwords # nltk.download('stopwords')

-nltk punctuation # nltk.download('punkt')