Spaces:
Running
Running
File size: 160 Bytes
dacef8c |
1 2 3 4 5 6 7 8 9 |
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')
|