-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
LookupError:
Resource averaged_perceptron_tagger not found.
Please use the NLTK Downloader to obtain the resource:
import nltk
nltk.download('averaged_perceptron_tagger')
For more information see: https://www.nltk.org/data.html
Attempted to load taggers/averaged_perceptron_tagger/averaged_perceptron_tagger.pickle
This error can be fixed by mannual download the "averaged_perceptron_tagger" from the
nltk.download() dialog.
or
download "averaged_perceptron_tagger.zip" and put into 'C:\nltk_data'.
Cheers
Metadata
Metadata
Assignees
Labels
No labels