OK, you want to do the really hard thing. It will likely require significant work. Inquire on the dev mailing list.

You will need to extract the code that does this, and I am not sufficiently familure with the source code to know how much it depends on the rest of the infrastructure.

ambi ambi wrote:
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]




--
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]

Reply via email to