Skip to content

Commit 52741eb

Browse files
committed
Merge branch 'dev' of https://github.com/HRNPH/pythainlp into dev
2 parents 4ee2196 + dd4f0a1 commit 52741eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pythainlp/khavee/core.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -413,8 +413,8 @@ def check_klon(self, text: str,k_type: int=8) -> Union[List[str], str]:
413413
def check_aek_too(self, text: Union[List[str], str], dead_syllable_as_aek:bool = False) -> Union[List[bool], List[str], bool, str]:
414414
"""
415415
Thai tonal word checker
416-
417-
:param str or list[str] text: Thai word or list of Thai words
416+
:param Union[List[str], str] text: Thai word or list of Thai words
417+
:param bool dead_syllable_as_aek: if True, dead syllable will be considered as aek
418418
:return: the check if the word is aek or too or False(not both) or list of the check if input is list
419419
:rtype: Union[List[bool], List[str], bool, str]
420420

0 commit comments

Comments
 (0)