Can't make Stanford POS tagger working in nltk

后端 未结 2 1842
夕颜
夕颜 2021-01-03 02:31

I\'m trying to work with Stanford POS tagger within NLTK. I\'m using the example shown here:

http://www.nltk.org/api/nltk.tag.html#module-nltk.tag.stanford

I

2条回答
  •  半阙折子戏
    2021-01-03 02:57

    The best thing to do is simply to download the latest version of the Stanford POS tagger where the dependency problem is now fixed (March 2018).

    wget https://nlp.stanford.edu/software/stanford-postagger-full-2017-06-09.zip
    

提交回复
热议问题