带有servlet的POS Tagger

时间:2017-04-14 15:23:33

标签: tomcat servlets stanford-nlp tomcat8 pos-tagger

我正在尝试使用wordnet和Stanford NLP标记来获取单词的POS,我的项目在eclipse中运行在tomcat8.5上。我下载了Stanford post tagger并将其模型放入我的项目中。 This is the hierarchy of the project

并在代码中编写了如下路径:

MaxentTagger tagger = new MaxentTagger("taggers/left3words-wsj-0-18.tagger");

但我得到this error

我该如何解决这个问题?

0 个答案:

没有答案