如何在我的C#项目中使用Wordnet? [英] How to use Wordnet in my C# project?

查看:143
本文介绍了如何在我的C#项目中使用Wordnet?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我必须使用wordnet制作一个简单的解析器。我已经安装了Abodit包,但我不知道如何使用它?以及我的解析器将如何需要它?

I have to make a simple parser using wordnet. I have installed the Abodit package but i don't know how can i use it? and how my parser will need it?

推荐答案

Wordnet是一个单词数据库:名词,动词,形容词等基本上按意义链接。



所以这是一个简单的解析器,我不知道。

所以我想知道你为什么要使用它?



但是......如果必须,你必须。从Google开始: WordNet C# [ ^ ]并遵循一些链接。如果他们没有解决您当前的问题,那么他们可能会引导您找到适合您问题的更好的搜索词。
Wordnet is a database of words: nouns, verbs, adjectives, and so forth linked basically by meaning.

So quite what a simple parser is going to do with it, I don't know.
So I'd wonder why you have to use it?

But...if you must, you must. Start with Google: WordNet C#[^] and follow a few links. If they don't solve your immediate problem, then they will likely lead you to a "better search term" which fits your problem.


从nlp.abodit.com下载演示应用程序: [ ^ ],并开始研究它;记下它的结构,然后创建你自己的应用程序。



请注意,这些是复杂的软件组件,如果你是C#和。的初学者。 NET,你应该期望做一些努力工作。



使用NuGet下载WordNet等。
Download the demo application from nlp.abodit.com: [^], and start studying it; make notes on how it is structured, then create your own application.

Be aware that these are complex software components, and, if you are a beginner in C# and .NET, you should expect to do some hard work.

Use NuGet to download WordNet, etc.


签出 https://github.com/AlexPoint/OpenNlp [ ^ ]它是java OpenNLP的C#端口,包括wordnet和一些很酷的nlp东西。
check out https://github.com/AlexPoint/OpenNlp[^] its a C# port of java OpenNLP includes wordnet and some cool nlp stuff.


这篇关于如何在我的C#项目中使用Wordnet?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆