Date: prev next · Thread: first prev next last
2013 Archives by date, by thread · List index


Stephan,

On Thu, May 30, 2013 at 1:22 PM, Stephan Bergmann <sbergman@redhat.com> wrote:
The following comment in
offapi/com/sun/star/linguistic2/XLinguServiceManager.idl might be what you
are looking for:

"For spell checking and thesaurus, the order in the list defines the order
of creation/usage of those services. That is, if the first spell checker
implementation does not recognize the given word as correct, the second
service implementation for that language is created and gets queried. If
that one fails, the third one gets created and queried and so on. This chain
stops if an implementation reports the word as correct or the end of the
list is reached, in which case the word is reported as incorrect."

one more question about this: as soon as I activate my own spell
checker in addition to hunspell, I do not get any spelling suggestions
for misspelled words anymore (context menu). of course, my own spell
checker implementation does not provide any suggestions

def spell(self, aWord, aLocale, aProperties ):
    return None

but surely hunspell does - how do suggestions work in such a chained
spell checker setup? any way to collect them from all plugins?

thanks,

   guenter

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.