Click here to Skip to main content
15,890,438 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i am making project on automatic answer checker which checks answer semantically. I am thinking to
use WordNet.Net so how to use it.
Posted
Comments
Sergey Alexandrovich Kryukov 28-Feb-14 14:14pm    
What's wrong with just reading WordNet documentation?
—SA
BillWoodruff 28-Feb-14 16:42pm    
Take Sergey's advice below, and immerse yourself in the WordNet documentation.

You can discover/explore C# interfaces to WordNet here:

http://wordnet.princeton.edu/wordnet/related-projects/#.NET

Please come back with specific questions once you've started developing, and are writing code.

1 solution

Please see my comment to the question. This should give you the idea: http://wordnet.princeton.edu/wordnet/frequently-asked-questions/for-application-developer[^].

You need to read all available documentation go get to it.

—SA
 
Share this answer
 
Comments
BillWoodruff 28-Feb-14 16:41pm    
+5 Straight to the vital point !
Sergey Alexandrovich Kryukov 28-Feb-14 16:43pm    
Thank you, Bill.
—SA

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

  Print Answers RSS
Top Experts
Last 24hrsThis month


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