How to install and invoke Stanford NERTagger?

后端 未结 5 843
轮回少年
轮回少年 2020-12-06 19:12

I am trying to use NLTK interface for Stanford NER in the python enviornment, nltk.tag.stanford.NERTagger.

from nltk.t         


        
5条回答
  •  春和景丽
    2020-12-06 19:55

    One has to download the Stanford package independent of the NLTK download, put it in the place the path indicates and change the directory name in the path described in the NLTK document to whatever name one wants to use for the directory. It would have been nice if the NLTK documentation would state this explicitly.

提交回复
热议问题