在asp.net中使用wordnet的问题
我一直在尝试使用 wordnet 来生成单词的同义词。我发现要使用 wordnet 功能,我必须
下载 WordNet prolog 数据库、gunzip、untar 等。
根据需要调用 Syn2Index 来构建同义词索引。它需要 2 个参数,即 WordNet 下载中到 wn_s.pl 的路径,以及索引名称。
更新您的 UI,以便您可以根据需要调用 SynExpand.expand(...) 以使用同义词扩展用户查询。
我已经下载了 WordNetProlog 数据库。我不明白这里的第二点和第三点...... 谁能帮忙... 提前谢谢你..
i've been tryin to use wordnet to generate the synonyms of a word. i've found that to used wordnet function i have to
Download the WordNet prolog database , gunzip, untar etc.
Invoke Syn2Index as appropriate to build a synonym index. It'll take 2 arguments, the path to wn_s.pl from that WordNet downlaod, and the index name.
Update your UI so that as appropriate you call SynExpand.expand(...) to expand user queries with synonyms.
i have downloaded WordNetProlog database. i dnt understand the second and third point here...
can anyone help...
thank u in advance..
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您是否尝试分析 Framenet,它是 wordnet 的实现,如 此页面。
也许你能得到一个想法。我认为您在步骤 2 中提到的过程是指 Perl 中的源代码。
Did you try analyzing the Framenet which is an implementation for wordnet, as in the links in this page .
May be you can get an idea. I suppose that the process you referred to in step2 refers to a source code which is in Perl.
另一种选择是下载一个查询本地数据库的独立程序,例如我使用 cygwin wn。然后您可以按如下方式使用它:
Another option is to download a standalone program that queries the local database, e.g. I use cygwin wn. Then you can use it as follows: