Changes

Summary

  1. feat(verse_stats): lg column für line group (commit: 3250165) (details)
  2. feat(verse_stats): allow standalone usage (commit: 2ad6980) (details)
  3. fix(verse_stats): remove critical apparatus before processing (commit: 6e29280) (details)
  4. fix(verse_stats): iterate over TEI instead of HTML (commit: ac0f4d2) (details)
Commit 325016542f835c10ab575073c0d8ee7f5a4fce43 by Thorsten Vitt
feat(verse_stats): lg column für line group
(commit: 3250165)
The file was modified utils/verse_stats.py (diff)
Commit 2ad6980ba8165dc915967e5da75017caf2bc5cd1 by Thorsten Vitt
feat(verse_stats): allow standalone usage

we can use files from the released edition now
(commit: 2ad6980)
The file was modified utils/verse_stats.py (diff)
Commit 6e292800196da9bc07f4ebc9d51c889c2ec685cb by Thorsten Vitt
fix(verse_stats): remove critical apparatus before processing
(commit: 6e29280)
The file was modified utils/verse_stats.py (diff)
Commit ac0f4d20519bc411f8e469b6f86fa52b55d74d40 by Thorsten Vitt
fix(verse_stats): iterate over TEI instead of HTML

there are antilabe-related verse numbers with a trailing i/m/f that are
normalized in the HTML version, so to really catch everything iterate
over the TEI.
(commit: ac0f4d2)
The file was modified utils/verse_stats.py (diff)