Open badaa opened 6 years ago
Currently we have no way to implement another spellcheck engine
Hi, I tend to think Onlyoffice should fix the architecture of the spell checking APIs to stay implementable and independent from any spell checking engines. The ideal example of a such architecture is Indesign's (Adobe) linguistic plugins or Microsoft's CSAPI or OpenOffice/Libreoffice XSpellAlternatives. Hunspell is a good spelling engine but the dictionaries are insufficient, especially for minority languages.
+1 for this idea.
At the moment it's impossible to spell check Finnish language with Hunspell. I think it would be a good idea to implement support for other spell checking libraries in OnlyOffice, like libenchent (https://github.com/AbiWord/enchant) or sonnet (https://github.com/KDE/sonnet). They both support 3rd party spell checking plugins, like Finnish spell checking library Voikko (https://github.com/voikko).
Or, if the Finnish is the only language that can't be spell checked in OnlyOffice, one option could be to implement support for Voikko spell checker directly into OnlyOffice?
Do you want to request a feature or report a bug? feature What is the current behavior? None. What is the expected behavior? Currently, Onlyoffice has support for only hunspell spelling engine. How can I integrate another spell checking engine?