Click here to Skip to main content
15,905,563 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
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?
Posted
Comments
Member 12719137 20-Sep-16 0:08am    
if u add wordnet in visual studio then plz tell me how ...i have the same issue.....

check out https://github.com/AlexPoint/OpenNlp[^] its a C# port of java OpenNLP includes wordnet and some cool nlp stuff.
 
Share this answer
 
Comments
BillWoodruff 26-Sep-19 1:18am    
+5
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.
 
Share this answer
 
v2
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.
 
Share this answer
 
Comments
BillWoodruff 26-Sep-19 1:19am    
+5 unwarranted down-vote countered
OriginalGriff 26-Sep-19 1:49am    
Likewise.
I'm curious: how did you come to visit a 4yo question?
BillWoodruff 26-Sep-19 2:40am    
Somebody down-voted my answer today ... I didn't even notice the date on the thread.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900