On Wed, 2014-03-19 at 19:45 -0300, Alexandre Vicenzi wrote: > > Just to explain why, I'm using LibreOffice API to make an online > SpellChecker for a class work.
If it is just spell checking you want to do, then LibreOffice is just using hunspell for that, so if you use hunspell directly it'll be an easier task. e.g. using the command line hunspell tool or something like the python pyhunspell wrapper. C. _______________________________________________ LibreOffice mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice
