尝试运行StanfordCoreNLP时出现以下错误:
Exception in thread "main" java.lang.ClassFormatError:
Absent Code attribute in method that is not native or abstract in class file
edu/stanford/nlp/ling/ValueLabel
尝试加载以下模型文件时发生:
[main] INFO edu.stanford.nlp.parser.common.ParserGrammar -
Loading parser from serialized file
edu/stanford/nlp/models/lexparser/englishPCFG.ser.gz ...
我使用main CoreNLP download提供的stanford-corenlp-3.6.0-models.jar,但源(例如ValueLabel)是使用their GitHub page中的最新版本构建的。模型jar是否可能与最新的GitHub代码不兼容?无论如何,我如何提供正确的(格式化?编码?)englishPCFG模型?任何建议表示赞赏。