Hi, Subject: Open source Java API to access the Thesaurus used by OpenOffice
I want to use the thesaurus used by open office in one of my java stand alone applications. Does anyone knows about some Open source Java API to to access the thesaurus used by open office? I mean some Java program with following two functions: //returns a String array containing all the synonyms for the word public String[] getSynonyms (String word) //returns a String array containing all the antonyms for the word public String[] getAntonyms(String word) I know of OpenOffice.org MyThes but it is in C++ or Perl and not in Java. Any help would be much appreciated. Regards, Ambikesh.
