LaoNLP
LaoNLP copied to clipboard
[TODO] Lao Romanization
It is work for Lao Romanization.
- Romanization of Lao from Wikipedia
- ROMANIZATION OF LAO B GN/PCGN 1966 Agreement
- https://www.loc.gov/catdir/cpso/romanization/lao.pdf
Hi, the current implementation supports anyascii only, but there are no need to include the whole package as a dependency I suppose?
Line 3147 to 3230 of the mapping table of anyascii covers the Lao block in Unicode. A simple dictionary should suffice for transliterating the Lao script (maybe termed as the Unicode engine?), so that dependency on anyascii could be dropped (users can always install anyascii themselves if they want).
Hi, the current implementation supports
anyasciionly, but there are no need to include the whole package as a dependency I suppose?Line 3147 to 3230 of the mapping table of
anyasciicovers the Lao block in Unicode. A simple dictionary should suffice for transliterating the Lao script (maybe termed as the Unicode engine?), so that dependency onanyasciicould be dropped (users can always installanyasciithemselves if they want).
I agree.