Skip to content

Commit e20d06f

Browse files
committed
Update phoneme docs
1 parent 1504b1d commit e20d06f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pythainlp/util/phoneme.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ def nectec_to_ipa(pronunciation: str) -> str:
9898
9999
:Example:
100100
::
101+
101102
from pythainlp.util import nectec_to_ipa
102103
103104
print(nectec_to_ipa("kl-uua-j^-2"))
@@ -202,6 +203,7 @@ def ipa_to_rtgs(ipa: str) -> str:
202203
203204
:Example:
204205
::
206+
205207
from pythainlp.util import ipa_to_rtgs
206208
207209
print(ipa_to_rtgs("kluaj"))
@@ -232,6 +234,7 @@ def remove_tone_ipa(ipa: str) -> str:
232234
233235
:Example:
234236
::
237+
235238
from pythainlp.util import remove_tone_ipa
236239
237240
print(remove_tone_ipa("laː˦˥.sa˨˩.maj˩˩˦"))

0 commit comments

Comments
 (0)