You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ PyThaiNLP is a Python package for text processing and linguistic analysis, simil
28
28
29
29
- Convenient character and word classes, like Thai consonants (```pythainlp.thai_consonants```), vowels (```pythainlp.thai_vowels```), digits (```pythainlp.thai_digits```), and stop words (```pythainlp.corpus.thai_stopwords```) -- comparable to constants like ```string.letters```, ```string.digits```, and ```string.punctuation```
30
30
- Thai word segmentation (```word_tokenize```), including subword segmentation based on Thai Character Cluster (```tcc```) and ETCC (```etcc```)
31
-
- Thai romanization and transliteration (```romanize```, ```transliterate```)
31
+
- Thai transliteration (```transliterate```) and experimental RTGS romanization (```romanize```)
32
32
- Thai part-of-speech taggers (```pos_tag```)
33
33
- Read out number to Thai words (```bahttext```, ```num_to_thaiword```)
34
34
- Thai collation (sort by dictionoary order) (```collate```)
0 commit comments