File tree 1 file changed +17
-17
lines changed
1 file changed +17
-17
lines changed Original file line number Diff line number Diff line change 18
18
arabic_digit_to_thai_digit ,
19
19
bahttext ,
20
20
collate ,
21
- countthai ,
21
+ convert_years ,
22
22
count_thai_chars ,
23
+ countthai ,
23
24
dict_trie ,
24
25
display_thai_char ,
25
26
digit_to_text ,
26
27
emoji_to_thai ,
27
28
eng_to_thai ,
28
29
find_keyword ,
30
+ ipa_to_rtgs ,
29
31
is_native_thai ,
30
32
isthai ,
31
33
isthaichar ,
32
34
normalize ,
33
35
now_reign_year ,
34
36
num_to_thaiword ,
35
37
maiyamok ,
38
+ nectec_to_ipa ,
36
39
rank ,
37
40
reign_year_to_ad ,
38
41
remove_dangling ,
39
42
remove_dup_spaces ,
43
+ remove_tone_ipa ,
40
44
remove_tonemark ,
45
+ remove_trailing_repeat_consonants ,
41
46
remove_zw ,
42
47
rhyme ,
43
48
text_to_arabic_digit ,
49
+ text_to_num ,
44
50
text_to_thai_digit ,
45
- thaiword_to_date ,
46
51
thai_digit_to_arabic_digit ,
52
+ thai_keyboard_dist ,
53
+ thai_to_eng ,
47
54
thai_strftime ,
55
+ thai_strptime ,
56
+ thai_word_tone_detector ,
57
+ thaiword_to_date ,
58
+ thaiword_to_num ,
48
59
thaiword_to_time ,
49
60
time_to_thaiword ,
50
- thai_to_eng ,
61
+ tis620_to_utf8 ,
51
62
to_idna ,
52
- thaiword_to_num ,
53
- thai_keyboard_dist ,
54
- text_to_num ,
55
- words_to_num ,
63
+ tone_detector ,
56
64
sound_syllable ,
57
65
syllable_length ,
58
66
syllable_open_close_detector ,
59
- tone_detector ,
60
- thai_word_tone_detector ,
61
- convert_years ,
62
- thai_strptime ,
63
- nectec_to_ipa ,
64
- ipa_to_rtgs ,
65
- remove_tone_ipa ,
66
- tis620_to_utf8 ,
67
- remove_trailing_repeat_consonants ,
67
+ words_to_num ,
68
68
)
69
+ from pythainlp .util .morse import morse_decode , morse_encode
69
70
from pythainlp .util .spell_words import spell_word
70
- from pythainlp .util .morse import morse_encode , morse_decode
71
71
72
72
73
73
class TestUtilPackage (unittest .TestCase ):
You can’t perform that action at this time.
0 commit comments