Hi, >Did you want to access the Thesaurus while OOo is running (doable), or without OOo (very difficult)?
I want to access the Thesaurus without OOo. I want to use the thesaurus used by open office in one of my java stand alone application. So basically I am looking for some Java API/code to access the thesuarus. Regards, Ambikesh. On Wed, Mar 12, 2008 at 4:03 AM, Andrew Douglas Pitonyak < [EMAIL PROTECTED]> wrote: > ambi ambi wrote: > > 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. > > > > > Did you want to access the Thesaurus while OOo is running (doable), or > without OOo (very difficult)? > > -- > Andrew Pitonyak > My Macro Document: http://www.pitonyak.org/AndrewMacro.odt > My Book: http://www.hentzenwerke.com/catalog/oome.htm > Info: http://www.pitonyak.org/oo.php > See Also: http://documentation.openoffice.org/HOW_TO/index.html > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
