Skip to content

Commit 38b7520

Browse files
authored
(build and deploy docs)
1 parent 34b0cc3 commit 38b7520

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,13 @@ PyThaiNLP is a Python package for text processing and linguistic analysis, simil
1717

1818
PyThaiNLP เป็นไลบารีภาษาไพทอนสำหรับประมวลผลภาษาธรรมชาติ โดยเน้นภาษาไทย ดูรายละเอียดภาษาไทยด้านล่าง
1919

20-
**News**
21-
22-
>We are conducting a 2-minute survey to know more about your experience using the library and your expectations regarding what the library should be able to do. Take part in this survey: https://forms.gle/aLdSHnvkNuK5CFyt9
20+
## News
2321

2422
- The latest stable release is [2.2.2](https://github.com/PyThaiNLP/pythainlp/releases). See [2.2 change log](https://github.com/PyThaiNLP/pythainlp/issues/330).
2523
- For latest development, see [`dev`](https://github.com/PyThaiNLP/pythainlp/tree/dev) branch. See ongoing [2.3 development change log](https://github.com/PyThaiNLP/pythainlp/issues/445).
2624

27-
Using PyThaiNLP:
25+
## Using PyThaiNLP
26+
2827
- [PyThaiNLP Get Started](https://www.thainlp.org/pythainlp/tutorials/notebooks/pythainlp_get_started.html)
2928
- More tutorials at [https://www.thainlp.org/pythainlp/tutorials/](https://www.thainlp.org/pythainlp/tutorials/)
3029
- See full documentation at [https://thainlp.org/pythainlp/docs/2.2/](https://thainlp.org/pythainlp/docs/2.2/)
@@ -80,18 +79,20 @@ For some functionalities, like named-entity recognition, extra packages may be n
8079
pip install pythainlp[extra1,extra2,...]
8180
```
8281

83-
<details>
84-
<summary>where `extras` can be</summary>
85-
82+
where `extras` can be:
83+
- `full` (install everything)
8684
- `attacut` (to support attacut, a fast and accurate tokenizer)
8785
- `benchmarks` (for [word tokenization benchmarking](tokenization-benchmark.md))
86+
<details>
87+
<summary>more options</summary>
88+
8889
- `icu` (for ICU, International Components for Unicode, support in transliteration and tokenization)
8990
- `ipa` (for IPA, International Phonetic Alphabet, support in transliteration)
9091
- `ml` (to support ULMFiT models for classification)
9192
- `thai2fit` (for Thai word vector)
9293
- `thai2rom` (for machine-learnt romanization)
9394
- `wordnet` (for Thai WordNet API)
94-
- `full` (install everything)
95+
9596
</details>
9697

9798
For dependency details, look at `extras` variable in [`setup.py`](https://github.com/PyThaiNLP/pythainlp/blob/dev/setup.py).
@@ -173,16 +174,15 @@ PyThaiNLP เป็นไลบรารีภาษาไพทอนสำห
173174

174175
> เพราะโลกขับเคลื่อนต่อไปด้วยการแบ่งปัน
175176
176-
**ข่าวสาร**
177-
178-
>สวัสดีค่ะ ทีมพัฒนา PyThaiNLP ขอสอบถามความคิดเห็นของผู้ใช้งาน PyThaiNLP หรือผู้ที่ทำงานในด้านการประมวลผลภาษาไทย เพื่อนำข้อมูลไปปรับปรุงและพัฒนาฟีเจอร์ใหม่ๆ ให้ตรงกับความต้องการใช้งานมากขึ้น สามารถตอบแบบสอบถามได้ที่ https://forms.gle/aLdSHnvkNuK5CFyt9 (ใช้เวลาประมาณ 2-5 นาที)
177+
## ข่าวสาร
179178

180179
- รุ่นเสถียรล่าสุดคือรุ่น [2.2.2](https://github.com/PyThaiNLP/pythainlp/releases)
181180
- PyThaiNLP 2 รองรับ Python 3.6 ขึ้นไป
182181
- ผู้ใช้ Python 2.7+ ยังสามารถใช้ [PyThaiNLP 1.6](https://github.com/PyThaiNLP/pythainlp/blob/007e644daab4ac8379a13f26065e2d9492af0536/docs/pythainlp-1-6-thai.md) ได้
183182
- 📫 ติดตามข่าวสารได้ที่ Facebook [PyThaiNLP](https://www.facebook.com/pythainlp/)
184183

185-
ใช้งาน PyThaiNLP:
184+
## ใช้งาน PyThaiNLP
185+
186186
- [เริ่มต้นใช้งาน PyThaiNLP](https://www.thainlp.org/pythainlp/tutorials/notebooks/pythainlp_get_started.html)
187187
- สอนการใช้งานเพิ่มเติม ในรูปแบบ notebook [https://www.thainlp.org/pythainlp/tutorials/](https://www.thainlp.org/pythainlp/tutorials/)
188188
- เอกสารตัวเต็ม [https://thainlp.org/pythainlp/docs/2.2/](https://thainlp.org/pythainlp/docs/2.2/)

0 commit comments

Comments
 (0)