jpype を使用してスタンフォード パーサーを使用しようとすると、次のエラーが表示されます。
initのファイル「C:\Python26\lib\site-packages\stanford_parser\parser.py」の 103 行目
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 は呼び出し可能ではありません