Huy Nguyen
add application files
dacef8c
raw
history blame
160 Bytes
from nltk import pos_tag
from nltk import download as nltk_dl
from nltk.tokenize import word_tokenize
nltk_dl('punkt')
nltk_dl('averaged_perceptron_tagger')