我应该包含什么jar文件才能在我的项目中使用stanford解析器?

时间:2012-07-06 09:41:07

标签: java parsing nlp stanford-nlp

我尝试创建一个新项目来处理stanford解析器。

我已将stanford-postagger.jar和stanford-parser-2012-05-22-models.jar包含在该项目中。 还有什么我应该补充的吗?

我无法使用LexicalizedParser。我收到错误:LexicalizedParser cannot be resolved to a type" in the line ...

LexicalizedParser lp = LexicalizedParser.loadModel("edu/stanford/nlp/models/lexparser/englishPCFG.ser.gz");

我正在使用eclipse IDE。

谢谢, 哈里什

1 个答案:

答案 0 :(得分:2)

LexicalizedParser在stanford-corenlp.jar