我正在尝试使用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
我该如何解决这个问题?