Skip to content

Commit 5f0eb4f

Browse files
authored
Update README.md
1 parent 1954736 commit 5f0eb4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ PyThaiNLP is a Python package for text processing and linguistic analysis, simil
2828

2929
- 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```
3030
- 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```)
3232
- Thai part-of-speech taggers (```pos_tag```)
3333
- Read out number to Thai words (```bahttext```, ```num_to_thaiword```)
3434
- Thai collation (sort by dictionoary order) (```collate```)

0 commit comments

Comments
 (0)