Difference between revisions of "Spellchecking for Turkic languages"

From Apertium
Jump to navigation Jump to search
Line 37: Line 37:
 
==Manual installation==
 
==Manual installation==
   
  +
===LibreOffice===
  +
  +
First you need to install hfst-ospell.
  +
  +
<pre>
  +
svn co https://svn.code.sf.net/p/hfst/code/trunk/hfst-ospell
  +
</pre>
  +
  +
Then you need to install corevoikko/libvoikko:
  +
  +
<pre>
  +
git clone https://github.com/voikko/corevoikko.git
  +
</pre>
  +
  +
And then libreoffice-voikko:
  +
  +
<pre>
  +
git clone https://github.com/voikko/libreoffice-voikko.git
  +
</pre>
  +
  +
(Note for libreoffice-voikko you'll need the libreoffice SDK)
   
 
==External links==
 
==External links==

Revision as of 15:25, 20 October 2015

One of the great things that can be done with the transducers for Turkic languages is to make spellcheckers for a variety of different platforms.

Status

Language Package LibreOffice Microsoft Office (Windows) Firefox
code package code package code package
Kazakh apertium-kaz kk-KZ - kk-KZ kaz.msi - kaz.xpi
Tatar apertium-tat tt-RU - tt-RU tat.msi - tat.xpi
Uzbek apertium-uzb - - uz-UZ - - -
Uyghur apertium-uig - - uy-CN - - -
Turkmen apertium-tuk - - tk-TM - - -
Turkish apertium-tur - - tr-TR - - -
Yakut apertium-sah - - sah-RU - - -
Kyrgyz apertium-kir - - ky-KG - - -
Bashkir apertium-bak - - ba-RU - - -
Azerbaijani apertium-aze - - az-AZ - - -
Tuvan apertium-tyv - - - - - -
Kumyk apertium-kum - - - - - -

Manual installation

LibreOffice

First you need to install hfst-ospell.

svn co https://svn.code.sf.net/p/hfst/code/trunk/hfst-ospell

Then you need to install corevoikko/libvoikko:

git clone https://github.com/voikko/corevoikko.git

And then libreoffice-voikko:

git clone https://github.com/voikko/libreoffice-voikko.git

(Note for libreoffice-voikko you'll need the libreoffice SDK)

External links