OpenPecha / toolkit-v2

OpenPecha toolkit version 2
MIT License
0 stars 0 forks source link

OPT2023: Text File Parser into OPF #43

Closed tenzin3 closed 1 month ago

tenzin3 commented 1 month ago

Description

Text File Parser into OPF with proper abstraction.

Requirements

  1. Parser abstraction class
  2. opf writer with proper specification requirement
  3. text file parser meeting requirement 2
  4. clean base file with raw string
  5. separate parser and opf writer module

Data

Chonjuk chapter

Expected Output

An OPF.

Implementation Steps