CUNY-CL / latin_scansion

Apache License 2.0
0 stars 2 forks source link

Adds validation script #76

Closed kylebgorman closed 3 years ago

kylebgorman commented 3 years ago
  1. a special textproto helper util module textproto.py is added.
  2. scan.py is made to use it and given a light cleanup
  3. validate.py is added, with the obvious behavior. (note that unlike scan.py, it can take multiple input arguments)

Closes #75.