Giter VIP home page Giter VIP logo

enchiridion's Introduction

Enchiridion

Epictetus's Enchiridion text and analysis

This text is being prepared as part of the Greek Learner Texts Project.

orig/ directory contains various English and Greek versions of the text.

analysis/enchiridion.txt was produced by running scripts/initial-convert.py on orig/GK_schenkl.txt.

scripts/tokens-to-parts.py converts the text in analysis/enchiridion.txt to a line-per-verse format which can be found in text/enchiridion.txt.

text/ also contains the English translations manually formatted in the same format as the enchiridion.txt file.

analysis/tagged.tsv contains a tagged Enchiridion text initially achieved by aligning text/enchiridion.txt with the analysis in the Diorisis corpus (with some corrections to the text).

analysis/tagged_glossed.tsv contains the same tagging but with glosses as well (initially from Perseus/Logeion shortdefs).

This is used to (manually) create analysis/glossing.txt (with corrections, disambiguations, and gloss cleanup as well as sentence-level alignment with four different translations.) Corrections here are copy-pasted back in to analysis/tagged_glossed.tsv.

scripts/build-sentences.py is then run to generate the per-sentence files.

The static website is generated in docs/ and served up at https://jtauber.github.io/enchiridion.

Contributors

  • James Tauber

Source

Progress

The text preparation is complete.

Translation alignment, glossing, and lemma correction has been done up to chapter 24.

License

This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

enchiridion's People

Contributors

jmrog avatar jtauber avatar ousia avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

enchiridion's Issues

an easier way to get Roman numerals?

@jtauber,

I wonder whether this CSS snippet is a simpler way to get Roman numerals:

div.chapter {
  counter-increment: chapter_roman;
}
h3.chapter_ref:before {
 content: counter(chapter_roman, upper-roman);
}

This avoids an extra dependency and also it avoids hard-coded Unicode characters.

The Unicode Guide recommends on its page 853 (https://www.unicode.org/versions/Unicode14.0.0/ch22.pdf#nameddest=G42902):

Roman Numerals. For most purposes, it is preferable to compose the Roman numerals from sequences of the appropriate Latin letters. However, the uppercase and lowercase variants of the Roman numerals through 12, plus L, C, D, and M, have been encoded…

Sorry, but some Roman numbers in special Unicode characters look weird.

Just in case it might help.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.