digitallinguistics / transliterate

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

clarify handling of ambiguous digraphs #28

Closed dwhieb closed 4 years ago

dwhieb commented 4 years ago

In cases where a single character may belong to a digraph along with either the preceding or following characters, transliteration of the first diagraph occurs first. This can be avoided by considering each combination of digraphs (or multi-graphs), and including transliteration rules for how to interpret those sequences.