在asp.net中使用wordnet的问题

发布于 2024-12-10 00:50:33 字数 352 浏览 1 评论 0原文

我一直在尝试使用 wordnet 来生成单词的同义词。我发现要使用 wordnet 功能,我必须

  1. 下载 WordNet prolog 数据库、gunzip、untar 等。

  2. 根据需要调用 Syn2Index 来构建同义词索引。它需要 2 个参数,即 WordNet 下载中到 wn_s.pl 的路径,以及索引名称。

  3. 更新您的 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

  1. Download the WordNet prolog database , gunzip, untar etc.

  2. 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.

  3. 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 技术交流群。

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

发布评论

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

评论(2

盛夏尉蓝 2024-12-17 00:50:33

您是否尝试分析 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.

疯了 2024-12-17 00:50:33

另一种选择是下载一个查询本地数据库的独立程序,例如我使用 cygwin wn。然后您可以按如下方式使用它:

$ wn wordnet -over

Overview of noun wordnet

The noun wordnet has 2 senses (no senses from tagged texts)

1. wordnet -- (any of the machine-readable lexical databases modeled after the Princeton WordNet)
2. WordNet, Princeton WordNet -- (a machine-readable lexical database organized by meanings; developed at Princeton University)

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:

$ wn wordnet -over

Overview of noun wordnet

The noun wordnet has 2 senses (no senses from tagged texts)

1. wordnet -- (any of the machine-readable lexical databases modeled after the Princeton WordNet)
2. WordNet, Princeton WordNet -- (a machine-readable lexical database organized by meanings; developed at Princeton University)
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文