Data is uploaded to the nltk_data directory. If this differs from one system to another, but you can find out by doing the following:
import nltk print nltk.data.find('.')
english.pickle should be in the subfolder <nltk_data>/taggers/ . The easiest way to add it is to use the bootloader on a computer with Internet access, then copy it and place it in the same subfolder. There is only one version of english.pickle , and you can download it in the Windows window, without any problems.
alexis
source share