https://github.com/slavonic/cu-lo
Church Slavonic extensions for LibreOffice
https://github.com/slavonic/cu-lo
church-slavic church-slavonic dictionary libreoffice
Last synced: 2 months ago
JSON representation
Church Slavonic extensions for LibreOffice
- Host: GitHub
- URL: https://github.com/slavonic/cu-lo
- Owner: slavonic
- License: mit
- Created: 2016-04-07T15:39:10.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-01-14T17:37:23.000Z (over 7 years ago)
- Last Synced: 2025-02-08T07:41:32.958Z (4 months ago)
- Topics: church-slavic, church-slavonic, dictionary, libreoffice
- Language: Makefile
- Size: 10.7 KB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cu-LO
Church Slavonic extensions for LibreOfficeIncludes Church Slavic (Church Slavonic) hyphenation and spelling dictionaries for LibreOffice.
## Requirements
- LibreOffice 5.0 or greater (while the dictionary will install in earlier versions,
you will not be able to use it since the earlier versions do not have
Church Slavic as an available locale)## Installation
You can get the extension from the
[Extensions website](https://extensions.libreoffice.org/extensions/church-slavonic-dictionary).
Use this repository only if you want to change something
and rebuild from source.## Compilation Requirements
To build from source, you will need
- An Internet connection
- Perl 5 installed## Quick Start
To build LibreOffice extension, just do this:
```
make
```
Result should be a file `cu-LO.oxt` which you can then install into LibreOffice## Documentation
The hyphenation dictionary is based on the TeX hyphenation patterns for Church Slavonic.
See [cu-tex package hyphenation README](https://github.com/slavonic/cu-tex/tree/master/hyphenation) for more information.The spelling dictionary is based on the Hunspell spelling dictionary for Church Slavonic.
Morphological analysis is not (yet) supported. See
See [hunspell-cu package README](https://github.com/slavonic/hunspell-cu)
for more information.## Bugs
Report in issue tracker. Be sure to specify version of LO and platform.
There are bugs with case folding and word boundary recognition for Cyrillic
in LibreOffice. It is hoped that these will be fixed in version 6.0.
See the [issue tracker for LO](https://bugs.documentfoundation.org/show_bug.cgi?id=96343).