@@ -11,26 +11,29 @@ Modules
11
11
.. autofunction :: bahttext
12
12
.. autofunction :: convert_years
13
13
.. autofunction :: collate
14
+ .. autofunction :: count_thai_chars
15
+ .. autofunction :: countthai
14
16
.. autofunction :: dict_trie
15
17
.. autofunction :: digit_to_text
16
18
.. autofunction :: display_thai_char
17
19
.. autofunction :: emoji_to_thai
18
20
.. autofunction :: eng_to_thai
19
21
.. autofunction :: find_keyword
20
- .. autofunction :: countthai
21
- .. autofunction :: count_thai_chars
22
+ .. autofunction :: ipa_to_rtgs
22
23
.. autofunction :: is_native_thai
23
24
.. autofunction :: isthai
24
25
.. autofunction :: isthaichar
26
+ .. autofunction :: maiyamok
27
+ .. autofunction :: nectec_to_ipa
25
28
.. autofunction :: normalize
26
29
.. autofunction :: now_reign_year
27
30
.. autofunction :: num_to_thaiword
28
- .. autofunction :: maiyamok
29
31
.. autofunction :: rank
30
32
.. autofunction :: reign_year_to_ad
31
33
.. autofunction :: remove_dangling
32
34
.. autofunction :: remove_dup_spaces
33
35
.. autofunction :: remove_repeat_vowels
36
+ .. autofunction :: remove_tone_ipa
34
37
.. autofunction :: remove_tonemark
35
38
.. autofunction :: remove_zw
36
39
.. autofunction :: reorder_vowels
@@ -40,20 +43,19 @@ Modules
40
43
.. autofunction :: text_to_arabic_digit
41
44
.. autofunction :: text_to_num
42
45
.. autofunction :: text_to_thai_digit
46
+ .. autofunction :: thai_digit_to_arabic_digit
43
47
.. autofunction :: thai_strftime
44
48
.. autofunction :: thai_strptime
45
49
.. autofunction :: thai_to_eng
46
50
.. autofunction :: thai_word_tone_detector
47
- .. autofunction :: thai_digit_to_arabic_digit
48
51
.. autofunction :: thaiword_to_date
49
52
.. autofunction :: thaiword_to_num
50
53
.. autofunction :: thaiword_to_time
51
54
.. autofunction :: time_to_thaiword
52
55
.. autofunction :: tis620_to_utf8
53
56
.. autofunction :: tone_detector
54
57
.. autofunction :: words_to_num
55
- .. autofunction :: nectec_to_ipa
56
- .. autofunction :: ipa_to_rtgs
57
- .. autofunction :: remove_tone_ipa
58
+ .. autofunction :: pythainlp.util.spell_words.spell_syllable
59
+ .. autofunction :: pythainlp.util.spell_words.spell_word
58
60
.. autoclass :: Trie
59
61
:members:
0 commit comments