Skip to content
This repository has been archived by the owner on Mar 1, 2021. It is now read-only.

A script for converting the different ATF flavors to eBL ATF

Notifications You must be signed in to change notification settings

ElectronicBabylonianLiterature/atf-preprocessor

Repository files navigation

atf-preprocessor

A script for converting the different ATF flavors to eBL ATF

This script converts .atf files which are encoded according to the oracc and c-ATF standards to the eBL-ATF standard.

Setup

Set up environmental variables like described in ebl-Api

Usage

$ python convert_atf.py [-h] -i INPUT [-o OUTPUT] [-t] [-v]
  • Command line options

    • -h shows help message and exits the script
    • -i path to the input directory (required)
    • -g path to the glossary file (required)
    • -o path to the output directory
    • -v display status messages

Testing

  • run pytest from command line:
$ pytest convert_atf.py

About

A script for converting the different ATF flavors to eBL ATF

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages