cdli-gh / jtf-lib

NodeJS package and CLI for the JTF format.
MIT License
1 stars 3 forks source link

MIT license

jtf-lib

NodeJS package and CLI for the JTF format.

JTF format

JTF (JSON transliteration format) is a JSON-based format designed for storing cuneiform textual data and metadata. It builds on ATF, a text-based transliteration format used for cuneiform texts in CDLI and ORACC.

The advantage of JTF is that it provides a deep JSON mapping for cuneiform data, making processing, modification, extension, mapping to other formats, and other common tasks more simple.

Package Functions

Installation

Install NodeJS.

Install jtf-lib: npm install cdli-gh/jtf-lib

With yarn: yarn add cdli-gh/jtf-lib

API Docs

Endpoints for Signames and ATF/JTF , Docs

### About By Ilya Khait and other contributors. Published under the [MIT Licence](https://opensource.org/licenses/MIT).