| Computers Forum Index » Computer Artificial Intelligence - Language » Need a dictionary for a java application... |
|
Page 1 of 1 |
|
| Author |
Message |
| Chandu... |
Posted: Sat Sep 05, 2009 4:11 am |
|
|
|
Guest
|
Hi,
I need a method that returns true or false given two words depending
on whether they are synonyms or not. I need a dictionary of synonyms.
Can you suggest one? I have read about WordNet, does it offer such a
feature?
--
Thanks
Chandu |
|
|
| Back to top |
|
|
|
| Brian Martin... |
Posted: Sat Sep 05, 2009 5:15 am |
|
|
|
Guest
|
Yes, Wordnet is essentially a list of synonym sets.
If 2 words are in the same synonym set, then they are synonyms.
See the Wordnet site, there is an API defined, as well as the underlying
file structure.
Chandu wrote:
Quote: Hi,
I need a method that returns true or false given two words depending
on whether they are synonyms or not. I need a dictionary of synonyms.
Can you suggest one? I have read about WordNet, does it offer such a
feature?
--
Thanks
Chandu |
|
|
| Back to top |
|
|
|
| Chandu... |
Posted: Sun Sep 06, 2009 8:24 pm |
|
|
|
Guest
|
On Sep 4, 11:13 pm, Brian Martin
<brianNOS... at (no spam) futuresoftware.com.auNOSPAM> wrote:
Quote: Yes, Wordnet is essentially a list of synonym sets.
If 2 words are in the same synonym set, then they are synonyms.
See the Wordnet site, there is an API defined, as well as the underlying
file structure.
Chandu wrote:
Hi,
I need a method that returns true or false given two words depending
on whether they are synonyms or not. I need a dictionary of synonyms.
Can you suggest one? I have read about WordNet, does it offer such a
feature?
--
Thanks
Chandu
Thank you, that was helpful. Used JWNL too |
|
|
| Back to top |
|
|
|
|