Is there a good machine-readable thesaurus that's free to download and use? We need to be able to canonicalise input into our app so that if we already have a record for 'what time is dinner' and the user adds 'when is dinner' we don't get a new record.

link|improve this question

61% accept rate
feedback

1 Answer

up vote 1 down vote accepted

Hunspell includes a thesaurus library called MyThes. You can use that (or just the data files if you want to roll your own). If you're using .NET you can use NHunspell which is the same as Hunspell but for .NET. You should be able to get some good use out of that.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.