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
PyThaiNLP is python module like nltk , but It's working with thai language.
12
+
13
+
It's support python 3.4 +.
14
+
15
+
### Project status
16
+
17
+
Developing
18
+
19
+
### Version
20
+
21
+
1.4
22
+
23
+
### Capability
24
+
25
+
- Thai segment
26
+
- Thai wordnet
27
+
- Thai Character Clusters (TCC) and ETCC
28
+
- Thai stop word
29
+
- Thai meta sound
30
+
- Thai soundex
31
+
- Thai postaggers
32
+
- Thai romanization
33
+
- Check the wrong words in Thai.
34
+
35
+
and much more.
36
+
37
+
### Install
38
+
39
+
**using pip.**
40
+
41
+
```sh
42
+
$ pip install pythainlp
43
+
```
44
+
45
+
**Install in Windows**
46
+
47
+
download pyicu from [http://www.lfd.uci.edu/~gohlke/pythonlibs/#pyicu](http://www.lfd.uci.edu/~gohlke/pythonlibs/#pyicu) than install pyicu. install pythainlp using pip.
Snae & Brückner. (2009). Novel Phonetic Name Matching Algorithm with a Statistical Ontology for Analysing Names Given in Accordance with Thai Astrology. Retrieved from https://pdfs.semanticscholar.org/3983/963e87ddc6dfdbb291099aa3927a0e3e4ea6.pdf
4
+
5
+
T. Teeramunkong, V. Sornlertlamvanich, T. Tanhermhong and W. Chinnan, “Character cluster based Thai information retrieval,” in IRAL '00 Proceedings of the fifth international workshop on on Information retrieval with Asian languages, 2000.
0 commit comments