ysc / QuestionAnsweringSystem

QuestionAnsweringSystem是一个Java实现的人机问答系统,能够自动分析问题并给出候选答案。
Apache License 2.0
1.96k stars 1.3k forks source link

问下deep-qa/src/main/resources/models/chineseFactored.ser.gz这个文件是?谢谢! #10

Closed guotong1988 closed 8 years ago

guotong1988 commented 8 years ago

console打印Loading parser from serialized file models/chineseFactored.ser.gz 问下这个文件里面是什么内容?是怎么写的?从哪获取和怎么编辑呢? 多谢!

ysc commented 8 years ago

1、File chineseFactored.ser.gz is a parser model, which is trained on data from the Penn Chinese Treebank. Specific reference is Stanford Parser FAQ number 24: http://nlp.stanford.edu/software/parser-faq.shtml#o

2、You can train your own parser model. Specific reference is Stanford Parser FAQ number 5: http://nlp.stanford.edu/software/parser-faq.shtml#d