GiellaLT provides an infrastructure for rule-based language technology aimed at minority and indigenous languages, and streamlines building anything from keyboards to speech technology. Read more about Why. See also How to get started and our Privacy document.
The resulting spellers are available both for OpenOffice/LibreOffice, and for command-line tools. The command-line tools and the test bench require that you also build and install libvoikko.
Languages with analysers working to some degree or better are:
North Saami, South Saami, Lule Saami, Inari Saami, Kven, Meänkieli, Komi Zyrian, Erzya Mordvin, Meadow Mari, Hill Mari, Kven, Faroese, Greenlandic, Tundra Nenets.
Tools > Extension manager > Voikko (Remove)
. You should have Voikko 4.1 (or newer)This is enough to enable hfst-based spell-checkers in LibreOffice (tested).
To build and test:
cd $GTLANGS/lang-kpv
./configure --with-hfst --enable-spellers
make
sudo make install
(The new speller will then turn up in /usr/local/share/voikko/3/
as kpv.zhfst with today’s date.)
Preferences > Language Settings > Voikko
and check that the newly installed language is listed
(and thus known to Voikko+LibreOffice).This can be done with a simple installation of an extesion. The steps are as follows:
OpenOffice / LibreOffice
Tools > Extention manager...
(exact names depends on your language version)"Add..."
and choose the oxt-file you just downloaded click "Open"
(or similarly)LibreOffice/OpenOffice > Preferences > Writing Aids
. In the list right under “Available language modules”, check that Voikko is listed, and that it is checked as active in the checkbox. Mark Voikko, and click the Edit button to th right of the list. In the dialogue menu you should find at least Finnish. Check that Voikko is BEFORE Hunspell in the list of accessible spellcheckers.That’s it! Your own transducer directly applied as spellers!
This is Beta quality, at best
Både hfst som ein del av Voikko og hfst-transdusarane våre er langt i frå ferdige! Det kan finnast problem, og det er kjende feil. Alle lingvistiske problem skal meldast til Github Issues (eller rettast direkte), alle tekniske feil med Voikko, HFST eller OOo-tillegget skal meldast til Sjur eller til Libvoikko-e-postlista (http://lists.puimula.org/listinfo/libvoikko).
Known errors:
Kjende forbetringar i høve til Hunspellstavekontrollane våre:
This requires libvoikko. The commands are:
cd $GTHOME/gt
make <TESTTYPE> GTLANG=sme TESTTOOL=vkhfst
where <TESTTYPE>
is one of:
or spelltest
to run them all.
This also requires libvoikko. Just type:
voikkospell -s -d se
See man voikkospell
for more details and options.
Eventually, we will get VoikkoSpellService with support for HFST on our computers, which will integrate the voikko speller in the system-wide speller for all languages we compile and install. But at the moment only a single language can be installed, and only in a specific location.