本文介绍了使用Stanford CoreNLP解析模型的问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我找不到用于德语和法语的斯坦福解析模型:罐子(stanford-corenlp-3.2.0-models.jar)中没有"germanPCFG.ser.gz"或"frenchFactored.ser.gz"-只能说英语.也搜索了后缀罐.
I cannot find the Stanford parsing models for German and French: there is no "germanPCFG.ser.gz" or "frenchFactored.ser.gz" in the jar (stanford-corenlp-3.2.0-models.jar) - only english. Have searched through posttagger jar too.
在以下位置遇到相同的问题:如何使用Stanford CoreNLP和非英语的解析模型?
Same issue encountered at : How to use Stanford CoreNLP with a Non-English parse model?
推荐答案
您可以在 the斯坦福解析器.查看models.jar文件.
You can find them in the download for the Stanford Parser. Look in the models.jar file.
这篇关于使用Stanford CoreNLP解析模型的问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!