DraqueT / PolyGlot

PolyGlot is a conlang construction toolkit.
MIT License
389 stars 44 forks source link

[Suggestion] Tool for generating romanization of arbitrary text #1175

Open selplacei opened 2 years ago

selplacei commented 2 years ago

I suggest a tool that converts arbitrary text into a romanization based on rules defined in "Phonology & Text". Since the functionality is already implemented for individual words (in the Lexicon), this could be as simple as splitting the input on whitespace, running existing code, and putting this into a simple pop-up with two text fields. Ideally, the conversion would happen on the fly as text is entered, without having to press a "Generate" button of some sort.