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-pypi.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,12 @@ PyThaiNLP is a Python library for natural language processing (NLP) of Thai lang
12
12
13
13
PyThaiNLP includes Thai word tokenizers, transliterators, soundex converters, part-of-speech taggers, and spell checkers.
14
14
15
+
📖 For details on upgrading from PyThaiNLP 1.7 to PyThaiNLP 2.0, see [From PyThaiNLP 1.7 to PyThaiNLP 2.0](https://thainlp.org/pythainlp/docs/2.0/notes/pythainlp-1_7-2_0.html)
16
+
17
+
📖 For ThaiNER user after upgrading from PyThaiNLP 1.7 to PyThaiNLP 2.0, see [Upgrade ThaiNER from PyThaiNLP 1.7 to PyThaiNLP 2.0](https://github.com/PyThaiNLP/pythainlp/wiki/Upgrade-ThaiNER-from-PyThaiNLP-1.7-to-PyThaiNLP-2.0)
18
+
19
+
📫 follow us on Facebook [Pythainlp](https://www.facebook.com/pythainlp/)
20
+
15
21
## What's new in version 2.0 ?
16
22
17
23
- New NorvigSpellChecker spell checker class, which can be initialized with custom dictionary.
@@ -60,3 +66,4 @@ Install it with pip, for example: `pip install marisa_trie‑0.7.5‑cp36‑cp36
Copy file name to clipboardExpand all lines: README.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,12 +14,14 @@ Thai Natural Language Processing in Python.
14
14
15
15
PyThaiNLP is a Python package for text processing and linguistic analysis, similar to `nltk` but with focus on Thai language.
16
16
17
-
-[Current PyThaiNLP stable release is 1.7.2](https://github.com/PyThaiNLP/pythainlp/tree/master)
17
+
-[Current PyThaiNLP stable release is 2.0](https://github.com/PyThaiNLP/pythainlp/tree/master)
18
18
- PyThaiNLP 2.0 will support only Python 3.6+. Some functions may work with older version of Python 3, but it is not well-tested and will not be supported. See [PyThaiNLP 2.0 change log](https://github.com/PyThaiNLP/pythainlp/issues/118).
19
19
- Python 2 users can use PyThaiNLP 1.6, our latest released that tested with Python 2.7.
20
20
21
21
**This is a document for development branch (post 1.7.x). Things will break. For a stable branch document, see [master](https://github.com/PyThaiNLP/pythainlp/tree/master).**
22
22
23
+
📫 follow us on Facebook [Pythainlp](https://www.facebook.com/pythainlp/)
24
+
23
25
## Capabilities
24
26
25
27
- 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```
@@ -83,7 +85,6 @@ See [https://thainlp.org/pythainlp/docs/2.0/](https://thainlp.org/pythainlp/docs
83
85
- Corpus data created by PyThaiNLP project use [Creative Commons Attribution-ShareAlike 4.0 International License](https://creativecommons.org/licenses/by-sa/4.0/)
84
86
- For other corpus that may included with PyThaiNLP distribution, please refer to [Corpus License](https://github.com/PyThaiNLP/pythainlp/blob/dev/pythainlp/corpus/corpus_license.md).
0 commit comments