Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/slavonic/cu-books
Church Slavonic text corpus
https://github.com/slavonic/cu-books
corpus cu-books slavonic
Last synced: 19 days ago
JSON representation
Church Slavonic text corpus
- Host: GitHub
- URL: https://github.com/slavonic/cu-books
- Owner: slavonic
- License: mit
- Created: 2018-04-30T08:33:10.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-07-29T09:44:42.000Z (5 months ago)
- Last Synced: 2024-07-29T12:59:20.555Z (5 months ago)
- Topics: corpus, cu-books, slavonic
- Language: XSLT
- Size: 18.6 MB
- Stars: 15
- Watchers: 5
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cu-books
[![Build Status](https://travis-ci.org/slavonic/cu-books.svg?branch=master)](https://travis-ci.org/slavonic/cu-books)
Church Slavonic text corpus
This corpus contains Church Slavonic liturgical texts in XML format
as well as utilities for working with these texts.**Note** that this corpus is now deprecated.
All texts are available in Markdown format in the
[cu-md-sandbox repository](https://github.com/slavonic/cu-md-sandbox).
You should use those texts, and any further updates should
be pushed to that repository.## Validate xml files
```
make test
```## Correction of errors in corpus
Errors and typos are corrected and committed with the @erratum flag.
To generate a list of all corrected errors and typos, type:```
make erratum
```This produces `erratum.diff`. To clean up, type:
```
make clean
```