I need a database with English synonyms. Unfortunately i couldn't find one one the web. Anybody knows where i can download one? (not necessarily in SQL format). Thanks in advance!
This might get you close.. You can add the prefix ~ to any search in Google and the result will be semantic matches. All sites containing the word you searched for will be present with their semantic match highlighted in bold. You can then write a simple web crawler that will go scrap the bold words, thus leaving you with an associated or semantic match. By no means is this perfect, but might help. Let me know if you are interested in the code for the web crawler. I have it running on a web site.
Hi thanks for your willing to help, but that is not what i am looking for. I need a database with synonyms, to find synonyms for words. I found wordnet, but i'll have to spend some time to figure out what's up with that database.