当我尝试使用 jpype 使用 stanford 解析器时,出现以下错误
文件“C:\Python26\lib\site-packages\stanford_parser\parser.py”,第 103 行,在init
self.parser = self.package_lexparser.LexicalizedParser(self.pcfg_model_fname)
文件“C:\Python26\lib\site-packages\jpype_jpackage.py”,第 55 行,调用中
raise TypeError, "Package "+self.__name+" is not Callable"
TypeError:包 edu.stanford.nlp.parser.lexparser.LexicalizedParser 不可调用