Skip to content

Commit 1c9a243

Browse files
authored
Add deprecation message
1 parent cf6ef83 commit 1c9a243

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythainlp/util/normalize.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ def maiyamok(sent: Union[str, List[str]]) -> List[str]:
297297
"""
298298
Expand Maiyamok.
299299
300-
Please use expand_maiyamok instead.
300+
Deprecated. Use expand_maiyamok() instead.
301301
302302
Maiyamok (ๆ) (Unicode U+0E46) is a Thai character indicating word
303303
repetition. This function preprocesses Thai text by replacing

0 commit comments

Comments
 (0)