I need to find related words for a given word. I know that there several applications exist but they work only with English words. I need it to work with other languages also (in my case Spanish language). That is why I think google would be a good place to search for similar words in.

Could anybody give me any idea of how to do that using PHP?

Thank you

link|improve this question

64% accept rate
feedback

1 Answer

I'm a fan of WordNet for the English language. It looks like there is a Spanish version download available as part of the FreeLing project. In WordNet, you have many word relationships available so you can look up words that are in the same category, synonyms, and antonyms, for example.

link|improve this answer
and how to find for similar words there? – Bakhtiyor Nov 8 '11 at 19:16
because in there demo here-nlp.lsi.upc.edu/freeling/demo/demo.php I cann't see such an option – Bakhtiyor Nov 8 '11 at 19:17
Their demo is showing their software, not WordNet; WordNet is just a database of words, which "synset" they belong to (think "meaning"), and relationships among words and synsets. See wordnet.princeton.edu/wordnet for an overview. I linked to FreeLing because they have a downloadable Spanish WordNet, which can be hard to find. – Jacob Nov 8 '11 at 20:00
feedback

Your Answer

 
or
required, but never shown

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