Implementing a Thesaurus

From Apache OpenOffice Wiki
Jump to: navigation, search



A sample implementation of a thesaurus is found in the examples for linguistic.

The thesaurus implements the following interfaces:

and

For the implementation of the thesaurus, modify the sample thesaurus by following the same procedure as for the spell checker and thesaurus:

Choose a different implementation name for the service and modify the

  public Locale[] getLocales()

and

  public boolean hasLocale(...)

functions.

The only function to be modified at the stated position to implement the com.sun.star.linguistic2.XThesaurus interface is

  public XMeaning[] queryMeanings(...)

Look in the constructor

  public SampleThesaurus()

to see if there are properties you do not require.

Registration and activation is the same as for the spell checker and hyphenator.

Content on this page is licensed under the Public Documentation License (PDL).
Personal tools
In other languages