You can find here the necessary files to use spell checking for Classical Tibetan at syllable level (not composed words) in Hunspell (used in many applications).
Note that checking compound words for Tibetan is not possible with hunspell alone due to the absence of separation between words.
Under Linux or OSX, you can install the spellchecker globally and benefit from it in most applications.
- under Linux, copy
bo.dic
andbo.aff
to/usr/share/hunspell
, or use thehunspell-bo
package if available in your distribution (under Debian for example). - Under OSX, copy
bo.dic
andbo.aff
to/Library/Spelling
and restart your machine.
- for Firefox, an extension is released
- for LibreOffice/OpenOffice see this extension, it is also in the dictionaries repository
- for Adobe products (>= CS5.5), see the instructions on this page
- for Chrome see this feature request
The sources for these extensions are in the firefox and lo directories. To build them, run make
.
To rebuild bo.dic
from the data in tibetan-spellchecker, run
make update
For a small test, run
make test
See CHANGELOG.md.
This work and the derived files are under the Creative Commons CC0 license.