https://github.com/eroux/hunspell-bo
Hunspell files for Tibetan (syllable level only)
https://github.com/eroux/hunspell-bo
hunspell spellcheck tibetan
Last synced: 3 months ago
JSON representation
Hunspell files for Tibetan (syllable level only)
- Host: GitHub
- URL: https://github.com/eroux/hunspell-bo
- Owner: eroux
- License: cc0-1.0
- Created: 2015-08-05T08:03:53.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2025-03-19T20:38:35.000Z (about 1 year ago)
- Last Synced: 2026-02-11T01:33:19.028Z (4 months ago)
- Topics: hunspell, spellcheck, tibetan
- Language: Makefile
- Size: 30.3 KB
- Stars: 10
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Classical Tibetan syllable spellchecker for Hunspell
You can find here the necessary files to use spell checking for Classical Tibetan at syllable level (not composed words) in [Hunspell](http://hunspell.sourceforge.net/) (used in [many applications](https://en.wikipedia.org/wiki/Hunspell#Uses)).
Note that checking compound words for Tibetan is not possible with hunspell alone due to the absence of separation between words.
## Using
#### Global installation
Under Linux or OSX, you can install the spellchecker globally and benefit from it in most applications.
- under Linux, copy `bo.dic` and `bo.aff` to `/usr/share/hunspell`, or use the `hunspell-bo` package if available in your distribution (under [Debian](https://packages.debian.org/search?keywords=hunspell-bo) for example).
- Under OSX, copy `bo.dic` and `bo.aff` to `/Library/Spelling` and restart your machine.
#### Application-specific installation
- for Firefox, [an extension](https://addons.mozilla.org/fr/firefox/addon/tibetan-spellchecker/) is released
- for LibreOffice/OpenOffice see [this extension](http://extensions.openoffice.org/en/project/tibetan-syllable-spell-checker), it is also in the [dictionaries repository](https://cgit.freedesktop.org/libreoffice/dictionaries/)
- for Adobe products (>= CS5.5), see the instructions on [this page](http://blog.napsys.com/2012/11/adding-hyphenation-and-spelling.html)
- for Chrome see [this feature request](https://bugs.chromium.org/p/chromium/issues/detail?id=662850)
The sources for these extensions are in the [firefox](firefox/) and [lo](lo/) directories. To build them, run `make`.
## Building / Testing
To rebuild `bo.dic` from the data in [tibetan-spellchecker](https://github.com/eroux/tibetan-spellchecker), run
make update
For a small test, run
make test
## Changes
See [CHANGELOG.md](CHANGELOG.md).
## License
This work and the derived files are under the [Creative Commons CC0 license](LICENSE).