http://nlp.stanford.edu/software/openie.shtml生成编译时错误:
我正在java-8
下运行eclipse 2016
。 eclipse项目中包括corenlp-full-2015-12-01.zip
,openie.jar
和openie-models.jar
。
由以下行产生的错误:System.out.println(sentence.get(SemanticGraphCoreAnnotations.EnhancedDependenciesAnnotation.class).toString(SemanticGraph.OutputFormat.LIST));
谢谢
最佳答案
如果我猜的话,这听起来像是类路径问题。如果删除openie.jar或corenlp发行版怎么办?从理论上讲,openie.jar应该包含运行Open IE系统所需的所有内容。