Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 1.4 KB

README.md

File metadata and controls

41 lines (27 loc) · 1.4 KB

Cuneiform book cuneifier

This is a converter from transliterated syllables from the pp. 102-103 of the book cuneiform (ISBN: 978-0-7141-1188-9), implemented in OpenGRM Thrax. It is licensed under Apache 2.0 License.

How to use

Prerequisite: copy file byte.grm from your Thrax installation into the repository directory; if Thrax is installed in /usr/local, the Makefile will do it automatically.

Create cuneiform-latin.far file by typing make in the repository directory. Then type either

make test

or

thraxrewrite-tester --far=cuneiform-latin.far --rules=Cuneifier

to test the cuneifier.

References

Thrax introduction

Cuneiform sign lists

Thrax examples

Miscellaneous