LaoNLP icon indicating copy to clipboard operation
LaoNLP copied to clipboard

[TODO] Lao Romanization

Open wannaphong opened this issue 3 years ago • 2 comments
trafficstars

It is work for Lao Romanization.

wannaphong avatar Aug 05 '22 17:08 wannaphong

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).

BLKSerene avatar Sep 19 '23 18:09 BLKSerene

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).

I agree.

wannaphong avatar Sep 22 '23 17:09 wannaphong