File size: 13,141 Bytes
e4b9a7b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
.. currentmodule:: pythainlp.util

pythainlp.util
==============
The :mod:`pythainlp.util` module serves as a treasure trove of utility functions designed to aid text conversion, formatting, and various language processing tasks in the context of Thai language.

Modules
-------

.. autofunction:: abbreviation_to_full_text
    :noindex:

    The `abbreviation_to_full_text` function is a text processing tool for converting common Thai abbreviations into their full, expanded forms. It's invaluable for improving text readability and clarity.

.. autofunction:: arabic_digit_to_thai_digit
    :noindex:

    The `arabic_digit_to_thai_digit` function allows you to transform Arabic numerals into their Thai numeral equivalents. This utility is especially useful when working with Thai numbers in text data.

.. autofunction:: bahttext
    :noindex:

    The `bahttext` function specializes in converting numerical values into Thai Baht text, an essential feature for rendering financial data or monetary amounts in a user-friendly Thai format.

.. autofunction:: convert_years
    :noindex:

    The `convert_years` function is designed to facilitate the conversion of Western calendar years into Thai Buddhist Era (BE) years. This is significant for presenting dates and years in a Thai context.

.. autofunction:: collate
    :noindex:

    The `collate` function is a versatile tool for sorting Thai text in a locale-specific manner. It ensures that text data is sorted correctly, taking into account the Thai language's unique characteristics.

.. autofunction:: count_thai_chars
    :noindex:

    The `count_thai_chars` function is a character counting tool specifically tailored for Thai text. It helps in quantifying Thai characters, which can be useful for various text processing tasks.

.. autofunction:: countthai
    :noindex:

    The `countthai` function is a text processing utility for counting the occurrences of Thai characters in text data. This is useful for understanding the prevalence of Thai language content.

.. autofunction:: dict_trie
    :noindex:

    The `dict_trie` function implements a Trie data structure for efficient dictionary operations. It's a valuable resource for dictionary management and fast word lookup.

.. autofunction:: digit_to_text
    :noindex:

    The `digit_to_text` function is a numeral conversion tool that translates Arabic numerals into their Thai textual representations. This is vital for rendering numbers in Thai text naturally.

.. autofunction:: display_thai_char
    :noindex:

    The `display_thai_char` function is designed to present Thai characters with diacritics and tonal marks accurately. This is essential for displaying Thai text with correct pronunciation cues.

.. autofunction:: emoji_to_thai
    :noindex:

    The `emoji_to_thai` function focuses on converting emojis into their Thai language equivalents. This is a unique feature for enhancing text communication with Thai-language emojis.

.. autofunction:: eng_to_thai
    :noindex:

    The `eng_to_thai` function serves as a text conversion tool for translating English text into its Thai transliterated form. It is beneficial for rendering English words and phrases in a Thai context.

.. autofunction:: find_keyword
    :noindex:

    The `find_keyword` function is a powerful utility for identifying keywords and key phrases in text data. It is a fundamental component for text analysis and information extraction tasks.

.. autofunction:: ipa_to_rtgs
    :noindex:

    The `ipa_to_rtgs` function focuses on converting International Phonetic Alphabet (IPA) transcriptions into Royal Thai General System of Transcription (RTGS) format. This is valuable for phonetic analysis and pronunciation guides.

.. autofunction:: isthai
    :noindex:

    The `isthai` function is a straightforward language detection utility that determines if text contains Thai language content. This function is essential for language-specific text processing.

.. autofunction:: isthaichar
    :noindex:

    The `isthaichar` function is designed to check if a character belongs to the Thai script. It helps in character-level language identification and text processing.

.. autofunction:: maiyamok
    :noindex:

    The `maiyamok` function is a text processing tool that assists in identifying and processing Thai character characters with a 'mai yamok' tone mark.

.. autofunction:: nectec_to_ipa
    :noindex:

    The `nectec_to_ipa` function focuses on converting text from the NECTEC phonetic transcription system to the International Phonetic Alphabet (IPA). This conversion is vital for linguistic analysis and phonetic representation.

.. autofunction:: normalize
    :noindex:

    The `normalize` function is a text processing utility that standardizes text by removing diacritics, tonal marks, and other modifications. It is valuable for text normalization and linguistic analysis.

.. autofunction:: now_reign_year
    :noindex:

    The `now_reign_year` function computes the current Thai Buddhist Era (BE) year and provides it in a human-readable format. This function is essential for displaying the current year in a Thai context.

.. autofunction:: num_to_thaiword
    :noindex:

    The `num_to_thaiword` function is a numeral conversion tool for translating Arabic numerals into Thai word form. It is crucial for rendering numbers in a natural Thai textual format.

.. autofunction:: rank
    :noindex:

    The `rank` function is designed for ranking and ordering a list of items. It is a general-purpose utility for ranking items based on various criteria.

.. autofunction:: reign_year_to_ad
    :noindex:

    The `reign_year_to_ad` function facilitates the conversion of Thai Buddhist Era (BE) years into Western calendar years. This is useful for displaying historical dates in a globally recognized format.

.. autofunction:: remove_dangling
    :noindex:

    The `remove_dangling` function is a text processing tool for removing dangling characters or diacritics from text. It is useful for text cleaning and normalization.

.. autofunction:: remove_dup_spaces
    :noindex:

    The `remove_dup_spaces` function focuses on removing duplicate space characters from text data, making it more consistent and readable.

.. autofunction:: remove_repeat_vowels
    :noindex:

    The `remove_repeat_vowels` function is designed to eliminate repeated vowel characters in text, improving text readability and consistency.

.. autofunction:: remove_tone_ipa
    :noindex:

    The `remove_tone_ipa` function serves as a phonetic conversion tool for removing tone marks from IPA transcriptions. This is crucial for phonetic analysis and linguistic research.

.. autofunction:: remove_tonemark
    :noindex:

    The `remove_tonemark` function is a utility for removing tonal marks and diacritics from text data, making it suitable for various text processing tasks.

.. autofunction:: remove_zw
    :noindex:

    The `remove_zw` function is designed to remove zero-width characters from text data, ensuring that text is free from invisible or unwanted characters.

.. autofunction:: reorder_vowels
    :noindex:

    The `reorder_vowels` function is a text processing utility for reordering vowel characters in Thai text. It is essential for phonetic analysis and pronunciation guides.

.. autofunction:: rhyme
    :noindex:


    The `rhyme` function is a utility for find rhyme of Thai word.

.. autofunction:: sound_syllable
    :noindex:

    The `sound_syllable` function specializes in identifying and processing Thai characters that represent sound syllables. This is valuable for phonetic and linguistic analysis.

.. autofunction:: syllable_length
    :noindex:

    The `syllable_length` function is a text analysis tool for calculating the length of syllables in Thai text. It is significant for linguistic analysis and language research.

.. autofunction:: syllable_open_close_detector
    :noindex:

    The `syllable_open_close_detector` function is designed to detect syllable open and close statuses in Thai text. This information is vital for phonetic analysis and linguistic research.

.. autofunction:: text_to_arabic_digit
    :noindex:

    The `text_to_arabic_digit` function is a numeral conversion tool that translates Thai text numerals into Arabic numeral form. It is useful for numerical data extraction and processing.

.. autofunction:: text_to_num
    :noindex:

    The `text_to_num` function focuses on extracting numerical values from text data. This is essential for converting textual numbers into numerical form for computation.

.. autofunction:: text_to_thai_digit
    :noindex:

    The `text_to_thai_digit` function serves as a numeral conversion tool for translating Arabic numerals into Thai numeral form. This is important for rendering numbers in Thai text naturally.

.. autofunction:: thai_digit_to_arabic_digit
    :noindex:

    The `thai_digit_to_arabic_digit` function allows you to transform Thai numeral text into Arabic numeral format. This is valuable for numerical data extraction and computation tasks.

.. autofunction:: thai_strftime
    :noindex:

    The `thai_strftime` function is a date formatting tool tailored for Thai culture. It is essential for displaying dates and times in a format that adheres to Thai conventions.

.. autofunction:: thai_strptime
    :noindex:

    The `thai_strptime` function focuses on parsing dates and times in a Thai-specific format, making it easier to work with date and time data in a Thai context.

.. autofunction:: thai_to_eng
    :noindex:

    The `thai_to_eng` function is a text conversion tool for translating Thai text into its English transliterated form. This is beneficial for rendering Thai words and phrases in an English context.

.. autofunction:: to_idna
    :noindex:

    The `to_idna` function is a text conversion tool for translating Thai text into its  International Domain Name (IDN) for Thai domain name.

.. autofunction:: thai_word_tone_detector
    :noindex:

    The `thai_word_tone_detector` function specializes in detecting and processing tonal marks in Thai words. It is essential for phonetic analysis and pronunciation guides.

.. autofunction:: thaiword_to_date
    :noindex:

    The `thaiword_to_date` function facilitates the conversion of Thai word representations of dates into standardized date formats. This is important for date data extraction and processing.

.. autofunction:: thaiword_to_num
    :noindex:

    The `thaiword_to_num` function is a numeral conversion tool for translating Thai word numerals into numerical form. This is essential for numerical data extraction and computation.

.. autofunction:: thaiword_to_time
    :noindex:

    The `thaiword_to_time` function is designed for converting Thai word representations of time into standardized time formats. It is crucial for time data extraction and processing.

.. autofunction:: time_to_thaiword
    :noindex:

    The `time_to_thaiword` function focuses on converting time values into Thai word representations. This is valuable for rendering time in a natural Thai textual format.

.. autofunction:: tis620_to_utf8
    :noindex:

    The `tis620_to_utf8` function serves as a character encoding conversion tool for converting TIS-620 encoded text into UTF-8 format. This is significant for character encoding compatibility.

.. autofunction:: tone_detector
    :noindex:

    The `tone_detector` function is a text processing tool for detecting tone marks and diacritics in Thai text. It is essential for phonetic analysis and pronunciation guides.

.. autofunction:: words_to_num
    :noindex:

    The `words_to_num` function is a numeral conversion utility that translates Thai word numerals into numerical form. It is important for numerical data extraction and computation.

.. autofunction:: pythainlp.util.spell_words.spell_syllable
    :noindex:

    The `pythainlp.util.spell_words.spell_syllable` function focuses on spelling syllables in Thai text, an important feature for phonetic analysis and linguistic research.

.. autofunction:: pythainlp.util.spell_words.spell_word
    :noindex:

    The `pythainlp.util.spell_words.spell_word` function is designed for spelling individual words in Thai text, facilitating phonetic analysis and pronunciation guides.

.. autofunction:: to_lunar_date
    :noindex:

    The `to_lunar_date` function focuses on converts the solar date to Thai Lunar Date.

.. autofunction:: th_zodiac
    :noindex:

    The `th_zodiac` function is converts a Gregorian year to its corresponding Thai Zodiac name.

.. autoclass:: Trie
    :members:

    The `Trie` class is a data structure for efficient dictionary operations. It's a valuable resource for managing and searching word lists and dictionaries in a structured and efficient manner.

.. autofunction:: pythainlp.util.morse.morse_encode
    :noindex:

    The `pythainlp.util.morse.morse_encode` function is convert text to Morse code.

.. autofunction:: pythainlp.util.morse.morse_decode
    :noindex:

    The `pythainlp.util.morse.morse_decode` function is convert Morse code to text.