https://github.com/cltk/csel_openphilology_corpus
CSEL orpus based on https://github.com/OpenGreekAndLatin/csel-dev/
https://github.com/cltk/csel_openphilology_corpus
Last synced: about 1 year ago
JSON representation
CSEL orpus based on https://github.com/OpenGreekAndLatin/csel-dev/
- Host: GitHub
- URL: https://github.com/cltk/csel_openphilology_corpus
- Owner: cltk
- License: mit
- Created: 2016-04-04T14:46:30.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-04T15:16:22.000Z (about 10 years ago)
- Last Synced: 2025-02-17T08:41:43.925Z (over 1 year ago)
- Language: Python
- Size: 13.3 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# csel_openphilology_corpus
CSEL orpus based on https://github.com/OpenGreekAndLatin/csel-dev/ made available by http://www.dh.uni-leipzig.de/wo/
Text have been converted using https://github.com/cltk/capitains_corpora_converter
## How to update :
### With Capitains CLTK Converter from commandline
```shell
capitains-cltk-converter cloningdirectory --output path/to/this/repo/+/json --git https://github.com/OpenGreekAndLatin/csel-dev.git --credit "Open Philology, Humboldt Chair of Digital Humanities ( https://github.com/OpenGreekAndLatin/csel-dev )" --exclude-nodes tei:note tei:orig
```
### With this repo `update.py` file
Be sure to use Python3
```shell
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
python update.py
rm -rf cloning
```