Skip to content

Commit dffc860

Browse files
committed
change url
1 parent 5e27975 commit dffc860

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Please follow our [PyThaiNLP Facebook page](https://www.facebook.com/pythainlp/)
3333

3434
We provide [PyThaiNLP Get Started Tutorial](https://www.thainlp.org/pythainlp/tutorials/notebooks/pythainlp_get_started.html) for exploring features in PyThaiNLP; We also have tutorials for specific tasks. Please visit [our tutorial page](https://www.thainlp.org/pythainlp/tutorials).
3535

36-
Latest document is available at [https://thainlp.org/pythainlp/docs/2.2/](https://thainlp.org/pythainlp/docs/2.2/).
36+
Latest document is available at [https://pythainlp.github.io/docs/2.2/](https://pythainlp.github.io/docs/2.2/).
3737

3838
We try to make the package easy to use as much as possible; therefore, some additional data (like word lists and language models) may get automatically download during runtime. PyThaiNLP caches additional data under the directory `~/pythainlp-data` by default, but the user can change the value by specifying the environment variable `PYTHAINLP_DATA_DIR`. See corpus catalog at [PyThaiNLP/pythainlp-corpus](https://github.com/PyThaiNLP/pythainlp-corpus).
3939

@@ -58,7 +58,7 @@ PyThaiNLP provides standard NLP functions for Thai, for example part-of-speech t
5858
- Command-line interface for basic functions, like tokenization and pos tagging (run `thainlp` in your shell)
5959
</details>
6060

61-
Please see [our tutorials](https://www.thainlp.org/pythainlp/tutorials) on how to apply these functions to machine-learning problems.
61+
Please see [our tutorials](https://pythainlp.github.io/tutorials) on how to apply these functions to machine-learning problems.
6262

6363

6464
## Installation
@@ -119,7 +119,7 @@ thainlp help
119119
## Python 2 Users
120120

121121
- PyThaiNLP 2 supports 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 [1.7 -> 2.0 change log](https://github.com/PyThaiNLP/pythainlp/issues/118).
122-
- [Upgrading from 1.7](https://thainlp.org/pythainlp/docs/2.0/notes/pythainlp-1_7-2_0.html)
122+
- [Upgrading from 1.7](https://pythainlp.github.io/docs/2.0/notes/pythainlp-1_7-2_0.html)
123123
- [Upgrade ThaiNER from 1.7](https://github.com/PyThaiNLP/pythainlp/wiki/Upgrade-ThaiNER-from-PyThaiNLP-1.7-to-PyThaiNLP-2.0)
124124
- Python 2.7 users can use PyThaiNLP 1.6
125125

README_TH.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ PyThaiNLP เป็นไลบารีภาษาไพทอนสำหร
3131

3232
พวกเราได้จัดทำ [PyThaiNLP Get Started Tutorial](https://www.thainlp.org/pythainlp/tutorials/notebooks/pythainlp_get_started.html) สำหรับสำรวจความสามารถของ PyThaiNLP; พวกเรามีเอกสารสอนใช้งาน สามารถศึกษาได้ที่ [หน้า tutorial](https://www.thainlp.org/pythainlp/tutorials).
3333

34-
อ่านเอกสารล่าสุดได้ที่ [https://thainlp.org/pythainlp/docs/2.2/](https://thainlp.org/pythainlp/docs/2.2/).
34+
อ่านเอกสารล่าสุดได้ที่ [https://pythainlp.github.io/docs/2.2/](https://pythainlp.github.io/docs/2.2/).
3535

3636
พวกเราพยายามทำให้โมดูลใช้งานได้ง่ายที่สุดเท่าที่จะเป็นไปได้; ตัวอย่างเช่น บางชุดข้อมูล (เช่น รายการคำและตัวแบบภาษา) จะถูกดาวน์โหลดอัตโนมัติเมื่อมีการเรียกใช้งาน โดย PyThaiNLP จะจัดเก็บข้อมูลเหล่านั้นไว้ในโฟลเดอร์ `~/pythainlp-data` เป็นค่าเริ่มต้น แต่ผู้ใช้งานสามารถระบุตำแหน่งที่ต้องการได้เองผ่านค่า environment variable `PYTHAINLP_DATA_DIR` อ่านรายละเอียดคลังข้อมูลเพิ่มเติมได้ที่ [PyThaiNLP/pythainlp-corpus](https://github.com/PyThaiNLP/pythainlp-corpus).
3737

@@ -117,7 +117,7 @@ thainlp help
117117
## ผู้ใช้งาน Python 2
118118

119119
- PyThaiNLP 2 สนับสนุน Python 3.6 ขึ้นไป บางความสามารถ สามารถใช้งานกับ Python 3 รุ่นก่อนหน้าได้ แต่ไม่ได้มีการทดสอบว่าใช้งานได้หรือไม่ อ่านเพิ่มเติม [1.7 -> 2.0 change log](https://github.com/PyThaiNLP/pythainlp/issues/118).
120-
- [Upgrading from 1.7](https://thainlp.org/pythainlp/docs/2.0/notes/pythainlp-1_7-2_0.html)
120+
- [Upgrading from 1.7](https://pythainlp.github.io/docs/2.0/notes/pythainlp-1_7-2_0.html)
121121
- [Upgrade ThaiNER from 1.7](https://github.com/PyThaiNLP/pythainlp/wiki/Upgrade-ThaiNER-from-PyThaiNLP-1.7-to-PyThaiNLP-2.0)
122122
- ผู้ใช้งาน Python 2.7 สามารถใช้งาน PyThaiNLP 1.6
123123

docs/notes/getting_started.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ Thai has historically faced a lot of NLP challenges. A quick list of them includ
1919

2020
Tutorial Notebooks
2121
==================
22-
- [PyThaiNLP Get Started](https://www.thainlp.org/pythainlp/tutorials/notebooks/pythainlp-get-started.html)
23-
- [Other tutorials](https://www.thainlp.org/pythainlp/tutorials/)
22+
- [PyThaiNLP Get Started](https://pythainlp.github.io/tutorials/notebooks/pythainlp-get-started.html)
23+
- [Other tutorials](https://pythainlp.github.io/tutorials/)

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,8 @@
126126
],
127127
},
128128
project_urls={
129-
"Documentation": "https://www.thainlp.org/pythainlp/docs/2.2/",
130-
"Tutorials": "https://www.thainlp.org/pythainlp/tutorials/",
129+
"Documentation": "https://pythainlp.github.io/docs/2.2/",
130+
"Tutorials": "https://pythainlp.github.io/tutorials/",
131131
"Source Code": "https://github.com/PyThaiNLP/pythainlp",
132132
"Bug Tracker": "https://github.com/PyThaiNLP/pythainlp/issues",
133133
},

0 commit comments

Comments
 (0)