OpenNLP 头规则
我正在尝试使用 openNLP 教程 http://sourceforge.net/apps/mediawiki/opennlp/index.php?title=Parser#Training 。唯一的问题是需要一个 head_rules 文件。我似乎无法在任何地方找到有关生成此文件的任何信息,并且可以在此处找到 head_rules 文件的唯一链接: http://opennlp.sourceforge.net/models/english/parser/head_rules但我无法理解它。有谁知道如何从训练数据生成这个?
I'm trying to train a parser for a new model using the openNLP tutorial http://sourceforge.net/apps/mediawiki/opennlp/index.php?title=Parser#Training . The only problem is that is requires a head_rules file. I can't seem to find any information anywhere on generating this file and the the only link to a head_rules file can be found here:
http://opennlp.sourceforge.net/models/english/parser/head_rules but I can't make sense of it. Does anyone know how to generate this from training data?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是头规则文件。
在解析器主管下创建一个文本文件。将头部规则文本复制到其中。删除文件的 txt 扩展名。将文件命名为 head_rules
http://opennlp.sourceforge.net/models/english/parser/head_rules
This is the head rules file.
Create a textfile under parser director. copy the head rules text into it. Remove the txt extension of the file. Name the file head_rules
http://opennlp.sourceforge.net/models/english/parser/head_rules