Skip to content

Latest commit

 

History

History
24 lines (22 loc) · 464 Bytes

README.md

File metadata and controls

24 lines (22 loc) · 464 Bytes

typlgr-cli

typlgr-cli provides minimum CLIs.

Conversion CLI

typlgrconv command converts ASCII strings into strings in polytonic Greek.

$ echo ">'anthr^opos" | typlgrconv
ἄνθρώπός

Collection CLI

typlgrcoll command splits texts in polytonic Greek into words:

$ cat alpha.txt | typlgrconv | typlgrcoll
Πάντες
ἄνθρωποι
τοῦ
εἰδέναι
ὀρέγονται
φύσει
σημεῖον
δ'
...