Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 165 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 165 Bytes

tesis

NLTK Installation

import nltk

nltk.donwload("punkt")

nltk.download("maxent_treebank_pos_tagger")

nltk.download("wordnet")