File tree Expand file tree Collapse file tree 5 files changed +15
-14
lines changed Expand file tree Collapse file tree 5 files changed +15
-14
lines changed Original file line number Diff line number Diff line change @@ -90,22 +90,21 @@ Make sure the same tests pass on Travis CI and AppVeyor.
9090 - ` bumpversion [major|minor|patch|release|build] `
9191 - Example:
9292 ```
93- #current_version = 2.2 .3-dev0
93+ #current_version = 2.3 .3-dev0
9494
9595 bumpversion build
96- #current_version = 2.2.3-dev1
9796
9897 bumpversion build
99- #current_version = 2.2 .3-dev2
98+ #current_version = 2.3 .3-dev2
10099
101100 bumpversion release
102- #current_version = 2.2 .3-beta0
101+ #current_version = 2.3 .3-beta0
103102
104103 bumpversion release
105- #current_version = 2.2 .3
104+ #current_version = 2.3 .3
106105
107106 bumpversion patch
108- #current_version = 2.2 .6-dev0
107+ #current_version = 2.3 .6-dev0
109108
110109 bumpversion minor
111110 #current_version = 2.3.0-dev0
Original file line number Diff line number Diff line change @@ -23,14 +23,14 @@ PyThaiNLP เป็นไลบารีภาษาไพทอนสำหร
2323
2424| Version | Description | Status |
2525| :------:| :--:| :------:|
26- | [ 2.2.6 ] ( https://github.com/PyThaiNLP/pythainlp/releases ) | Stable | [ Change Log] ( https://github.com/PyThaiNLP/pythainlp/issues/330 ) |
27- | [ ` dev ` ] ( https://github.com/PyThaiNLP/pythainlp/tree/dev ) | Release Candidate for 2.3 | [ Change Log] ( https://github.com/PyThaiNLP/pythainlp/issues/445 ) |
26+ | [ 2.3.0 ] ( https://github.com/PyThaiNLP/pythainlp/releases ) | Stable | [ Change Log] ( https://github.com/PyThaiNLP/pythainlp/issues/445 ) |
27+ | [ ` dev ` ] ( https://github.com/PyThaiNLP/pythainlp/tree/dev ) | Release Candidate for 2.4 | [ Change Log] ( https://github.com/PyThaiNLP/pythainlp/issues/445 ) |
2828
2929
3030## Getting Started
3131
3232- PyThaiNLP 2 requires Python 3.6+. Python 2.7 users can use PyThaiNLP 1.6. See [ 2.0 change log] ( https://github.com/PyThaiNLP/pythainlp/issues/118 ) | [ Upgrading from 1.7] ( https://pythainlp.github.io/docs/2.0/notes/pythainlp-1_7-2_0.html ) | [ Upgrading ThaiNER from 1.7] ( https://github.com/PyThaiNLP/pythainlp/wiki/Upgrade-ThaiNER-from-PyThaiNLP-1.7-to-PyThaiNLP-2.0 )
33- - [ PyThaiNLP Get Started notebook] ( https://www.thainlp.org/pythainlp/tutorials/notebooks/pythainlp_get_started.html ) | [ API document] ( https://pythainlp.github.io/docs/2.2 / ) | [ Tutorials] ( https://pythainlp.github.io/tutorials )
33+ - [ PyThaiNLP Get Started notebook] ( https://www.thainlp.org/pythainlp/tutorials/notebooks/pythainlp_get_started.html ) | [ API document] ( https://pythainlp.github.io/docs/2.3 / ) | [ Tutorials] ( https://pythainlp.github.io/tutorials )
3434- [ Official website] ( https://pythainlp.github.io/ ) | [ PyPI] ( https://pypi.org/project/pythainlp/ ) | [ Facebook page] ( https://www.facebook.com/pythainlp/ )
3535- [ Who uses PyThaiNLP?] ( https://github.com/PyThaiNLP/pythainlp/blob/dev/INTHEWILD.md )
3636- [ Model cards] ( https://github.com/PyThaiNLP/pythainlp/wiki/Model-Cards ) - for technical details, caveats, and ethical considerations of the models developed and used in PyThaiNLP
Original file line number Diff line number Diff line change 1515
1616PyThaiNLP เป็นไลบารีภาษาไพทอนสำหรับประมวลผลภาษาธรรมชาติ โดยเน้นภาษาไทย
1717
18+ <!--
1819**ข่าวสาร**
1920
20- > สวัสดีค่ะ ทีมพัฒนา PyThaiNLP ขอสอบถามความคิดเห็นของผู้ใช้งาน PyThaiNLP หรือผู้ที่ทำงานในด้านการประมวลผลภาษาไทย เพื่อนำข้อมูลไปปรับปรุงและพัฒนาฟีเจอร์ใหม่ๆ ให้ตรงกับความต้องการใช้งานมากขึ้น สามารถตอบแบบสอบถามได้ที่ https://forms.gle/aLdSHnvkNuK5CFyt9 (ใช้เวลาประมาณ 2-5 นาที)
21+ >สวัสดีค่ะ ทีมพัฒนา PyThaiNLP ขอสอบถามความคิดเห็นของผู้ใช้งาน PyThaiNLP หรือผู้ที่ทำงานในด้านการประมวลผลภาษาไทย เพื่อนำข้อมูลไปปรับปรุงและพัฒนาฟีเจอร์ใหม่ๆ ให้ตรงกับความต้องการใช้งานมากขึ้น สามารถตอบแบบสอบถามได้ที่ https://forms.gle/aLdSHnvkNuK5CFyt9 (ใช้เวลาประมาณ 2-5 นาที) -->
2122
2223| รุ่น | คำอธิบาย | สถานะ |
2324| :------:| :--:| :------:|
24- | [ 2.2.6 ] ( https://github.com/PyThaiNLP/pythainlp/releases ) | Stable | [ Change Log] ( https://github.com/PyThaiNLP/pythainlp/issues/330 ) |
25- | [ ` dev ` ] ( https://github.com/PyThaiNLP/pythainlp/tree/dev ) | Release Candidate for 2.3 | [ Change Log] ( https://github.com/PyThaiNLP/pythainlp/issues/445 ) |
25+ | [ 2.3.0 ] ( https://github.com/PyThaiNLP/pythainlp/releases ) | Stable | [ Change Log] ( https://github.com/PyThaiNLP/pythainlp/issues/445 ) |
26+ | [ ` dev ` ] ( https://github.com/PyThaiNLP/pythainlp/tree/dev ) | Release Candidate for 2.4 | [ Change Log] ( https://github.com/PyThaiNLP/pythainlp/issues/445 ) |
2627
2728ติดตามพวกเราบน [ PyThaiNLP Facebook page] ( https://www.facebook.com/pythainlp/ ) เพื่อรับข่าวสารเพิ่มเติม
2829
@@ -31,7 +32,7 @@ PyThaiNLP เป็นไลบารีภาษาไพทอนสำหร
3132
3233พวกเราได้จัดทำ [ PyThaiNLP Get Started Tutorial] ( https://www.thainlp.org/pythainlp/tutorials/notebooks/pythainlp_get_started.html ) สำหรับสำรวจความสามารถของ PyThaiNLP; พวกเรามีเอกสารสอนใช้งาน สามารถศึกษาได้ที่ [ หน้า tutorial] ( https://www.thainlp.org/pythainlp/tutorials ) .
3334
34- อ่านเอกสารล่าสุดได้ที่ [ https://pythainlp.github.io/docs/2.2 / ] ( https://pythainlp.github.io/docs/2.2 / ) .
35+ อ่านเอกสารล่าสุดได้ที่ [ https://pythainlp.github.io/docs/2.3 / ] ( https://pythainlp.github.io/docs/2.3 / ) .
3536
3637พวกเราพยายามทำให้โมดูลใช้งานได้ง่ายที่สุดเท่าที่จะเป็นไปได้; ตัวอย่างเช่น บางชุดข้อมูล (เช่น รายการคำและตัวแบบภาษา) จะถูกดาวน์โหลดอัตโนมัติเมื่อมีการเรียกใช้งาน โดย PyThaiNLP จะจัดเก็บข้อมูลเหล่านั้นไว้ในโฟลเดอร์ `~/pythainlp-data` เป็นค่าเริ่มต้น แต่ผู้ใช้งานสามารถระบุตำแหน่งที่ต้องการได้เองผ่านค่า environment variable `PYTHAINLP_DATA_DIR` อ่านรายละเอียดคลังข้อมูลเพิ่มเติมได้ที่ [PyThaiNLP/pythainlp-corpus](https://github.com/PyThaiNLP/pythainlp-corpus).
3738
Original file line number Diff line number Diff line change 44
55| Version | Supported |
66| ------- | ------------------ |
7+ | 2.3.x | :white_check_mark : |
78| 2.2.x | :white_check_mark : |
89| 2.1.x | :white_check_mark : |
910| 2.0.x | :x : |
Original file line number Diff line number Diff line change 128128 ],
129129 },
130130 project_urls = {
131- "Documentation" : "https://pythainlp.github.io/docs/2.2 /" ,
131+ "Documentation" : "https://pythainlp.github.io/docs/2.3 /" ,
132132 "Tutorials" : "https://pythainlp.github.io/tutorials/" ,
133133 "Source Code" : "https://github.com/PyThaiNLP/pythainlp" ,
134134 "Bug Tracker" : "https://github.com/PyThaiNLP/pythainlp/issues" ,
You can’t perform that action at this time.
0 commit comments