无法在nltk python中使用stanford pos tagger

时间:2015-07-02 09:31:41

标签: python nltk stanford-nlp pos-tagger

我已在我的系统上安装了nltk。但我无法使用以下代码使用Stanford POS Tagger。

    from nltk.tag.stanford import StanfordTagger
    st = StanfordTagger('bidirection-distsim-wsj-0-18.tagger')

我甚至尝试过记录的代码。

    from nltk.tag import StanfordPOSTagger
    st = StanfordPOSTagger('english-bidirectional-distsim.tagger')

这个错误正在爆发。

NLTK was unable to find ! Set the CLASSPATH environment variable.

我的nltk模块中已经有stanford.py了

0 个答案:

没有答案