|
The Word Breaker that we developed conforms to
IWordBreaker Interface developed by Microsoft.
It contains the following functions:
 | Init. Initializes the IWordBreaker implementation and indicates
the mode in which the component operates. |
 | BreakText. Breaks text to identify words and phrases and provides
the results to the WordSink and PhraseSink objects. |
 | GetLicenseToUse. Gets the license information for this
IWordBreaker implementation. |
The Stemmer that we developed conforms to
IStemmer Interface developed by
Microsoft. It contains the following functions:
 | Init: Initializes the Turkish stemmer. |
 | GenerateWordForms. Generates alternative forms for a word and
puts them in the WordFormSink. |
 | GetLicenseToUse. Gets the license information for this IStemmer
implementation. |
|