digitallinguistics / transliterate

A small JavaScript library for transliterating strings between different orthographies
MIT License
9 stars 0 forks source link

Read transliteration rules from an orthography profile #33

Open xrotwang opened 4 years ago

xrotwang commented 4 years ago

transliterate could support reading transliteration rules from an orthography profile (see Moran and Cysouw 2018) like the python package segments does.

dwhieb commented 4 years ago

I haven't had a chance to read the Unicode Cookbook yet, so I wasn't aware of orthography profiles. They look very promising! I'll spend some time reading about Moran & Cysouw's approach and then think about how this library might align with it better, as well as support importing transliteration rules like you're suggesting. Thanks!