【发布时间】:2009-12-23 18:59:17
【问题描述】:
我正在尝试这个:
Sentence<TaggedWord> taggedString = MaxentTagger.tagStringTokenized("here is a string to tag");
这给了我:
错误: \u\nlp\data\pos-tagger\wsj3t0-18-left3words\left3words-wsj-0-18.tagger(系统找不到路径 指定)
我正在使用斯坦福的POS tagger。
我能做些什么来克服这个问题?
【问题讨论】:
-
下载斯坦福标记器的完整包,在那里你会找到模型,例如,left3words...tagger。
标签: java stanford-nlp pos-tagger