<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On 29 March 2017 at 09:00, Henri Sivonen <span dir="ltr"><<a href="mailto:hsivonen@hsivonen.fi" target="_blank">hsivonen@hsivonen.fi</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Based on the results, it<br>
turns out that there exists only three implementations of the<br>
mozISpellCheckingEngine: the one within the Firefox code base for the<br>
Mozilla fork of Hunspell and two libvoikko-based ones (for Finnish and<br>
Greenlandic).</blockquote><div><br></div><div>The Greenlandic one does not use libvoikko. The backend is a tiny forwarding DLL that runs hfst-ospell. There is no reason it couldn't use libvoikko + hfst-ospell, though.</div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I don't know if the Apple and<br>
Microsoft-provided system services support Finnish or Greenlandic (the<br>
two libvoikko languages that currently are supported in Firefox via<br>
XPCOM extensions) or if they do a good job spell checking them.</blockquote><div><br></div><div>Finnish is natively supported, but no clue about quality. Greenlandic is not supported.</div><div><br></div><div>But you're right that it's a moot point. There is no cross-platform support for all the languages we eventually want to spell and grammar check, and Hunspell cannot handle the complexity of those languages. We need a better cross-platform backend, and libvoikko + hfst-ospell would certainly satisfy this.</div><div><br></div><div>-- Tino Didriksen</div></div></div></div>