We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0324d9 commit d27ff7dCopy full SHA for d27ff7d
pythainlp/transliterate/pyicu.py
@@ -9,7 +9,6 @@
9
_ICU_THAI_TO_LATIN = Transliterator.createInstance("Thai-Latin")
10
11
12
-# ถอดเสียงภาษาไทยเป็นอักษรละติน
13
def transliterate(text: str) -> str:
14
"""
15
Use ICU (International Components for Unicode) for transliteration
pythainlp/transliterate/royin.py
@@ -9,7 +9,7 @@
from pythainlp import thai_consonants, word_tokenize
-# สระ
+# vowel
_vowel_patterns = """เ*ียว,\\1iao
แ*็ว,\\1aeo
เ*ือย,\\1ueai
0 commit comments