OpenNLP 头规则

发布于 2024-11-15 16:52:24 字数 485 浏览 8 评论 0原文

我正在尝试使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

維他命╮ 2024-11-22 16:52:24

这是头规则文件。
在解析器主管下创建一个文本文件。将头部规则文本复制到其中。删除文件的 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文