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 1504b1d commit e20d06fCopy full SHA for e20d06f
pythainlp/util/phoneme.py
@@ -98,6 +98,7 @@ def nectec_to_ipa(pronunciation: str) -> str:
98
99
:Example:
100
::
101
+
102
from pythainlp.util import nectec_to_ipa
103
104
print(nectec_to_ipa("kl-uua-j^-2"))
@@ -202,6 +203,7 @@ def ipa_to_rtgs(ipa: str) -> str:
202
203
204
205
206
207
from pythainlp.util import ipa_to_rtgs
208
209
print(ipa_to_rtgs("kluaj"))
@@ -232,6 +234,7 @@ def remove_tone_ipa(ipa: str) -> str:
232
234
233
235
236
237
238
from pythainlp.util import remove_tone_ipa
239
240
print(remove_tone_ipa("laː˦˥.sa˨˩.maj˩˩˦"))
0 commit comments