Hi,

As hunspell is finally integrated in OOo 2.0.2, I think we could have a stemmer function using hunspell morphology function. This is critical for the thesauruses in inflected languages. Of course, the best way to do this would be to use the morphology engine to create the proper inflected form, but I think we should start with a simple stemmer. It's relatively easy to implement a stemmer using hunspell/myspell dictionaries, and I think hunstem is a part of hunspell project. And hunstem does the job.

There are a couple of issues with it (like ambiguous forms) but I think we can simply implement a best-bet algorithm to show only one form without distracting the user too much.

Best regards,
Marcin Miłkowski

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to