Skip to content

Commit 4094632

Browse files
committed
Update README
1 parent 5258e49 commit 4094632

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

README-pypi.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ PyThaiNLP is a Python library for natural language processing (NLP) of Thai lang
1212

1313
PyThaiNLP includes Thai word tokenizers, transliterators, soundex converters, part-of-speech taggers, and spell checkers.
1414

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+
1521
## What's new in version 2.0 ?
1622

1723
- 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
6066
- Docs: https://thainlp.org/pythainlp/docs/2.0/
6167
- GitHub: https://github.com/PyThaiNLP/pythainlp
6268
- Issues: https://github.com/PyThaiNLP/pythainlp/issues
69+
- Facebook : [Pythainlp](https://www.facebook.com/pythainlp/)

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,14 @@ Thai Natural Language Processing in Python.
1414

1515
PyThaiNLP is a Python package for text processing and linguistic analysis, similar to `nltk` but with focus on Thai language.
1616

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)
1818
- 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).
1919
- Python 2 users can use PyThaiNLP 1.6, our latest released that tested with Python 2.7.
2020

2121
**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).**
2222

23+
📫 follow us on Facebook [Pythainlp](https://www.facebook.com/pythainlp/)
24+
2325
## Capabilities
2426

2527
- 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
8385
- Corpus data created by PyThaiNLP project use [Creative Commons Attribution-ShareAlike 4.0 International License](https://creativecommons.org/licenses/by-sa/4.0/)
8486
- 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).
8587

86-
8788
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2FPyThaiNLP%2Fpythainlp.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2FPyThaiNLP%2Fpythainlp?ref=badge_large)
8889

8990
## Contribute to PyThaiNLP
@@ -109,6 +110,8 @@ PyThaiNLP เป็นไลบารีภาษาไพทอนเพื่
109110

110111
**เอกสารนี้สำหรับรุ่นพัฒนา (หลัง 1.7.x) อาจมีการเปลี่ยนแปลงได้ตลอด สำหรับเอกสารรุ่นเสถียร ดูที่ [master](https://github.com/PyThaiNLP/pythainlp/tree/master).**
111112

113+
📫 ติดตามข่าวสารได้ที่ Facebook [Pythainlp](https://www.facebook.com/pythainlp/)
114+
112115
## ความสามารถ
113116

114117
- ชุดค่าคงที่ตัวอักษระและคำไทยที่เรียกใช้ได้สะดวก เช่น พยัญชนะ (```pythainlp.thai_consonants```), สระ (```pythainlp.thai_vowels```), ตัวเลขไทย (```pythainlp.thai_digits```), และ stop word (```pythainlp.corpus.thai_stopwords```) -- เหมือนกับค่าคงที่อย่าง ```string.letters```, ```string.digits```, และ ```string.punctuation```

0 commit comments

Comments
 (0)