need an api to generate synonyms & stemmed versions

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I am working on a product that is hosted on Windows in the .net environment. I am looking for an API that I could use to generate synonyms and stemmed variations of words. In other words, this should take as input a word or a phrase, and return a list of synonyms and stemmed variations for the input.

Thanks in advance for any help.

-Shefali
 
Doesn't word has a synonym list ? You could use that one.

Yves

Shefali Sinha said:
Hi,

I am working on a product that is hosted on Windows in the .net
environment. I am looking for an API that I could use to generate synonyms
and stemmed variations of words. In other words, this should take as input
a word or a phrase, and return a list of synonyms and stemmed variations for
the input.
 
Back
Top