Skip to content

Commit 7c773d9

Browse files
committed
Change pythainlp.github.io to pythainlp.org
1 parent 43f5cc5 commit 7c773d9

File tree

12 files changed

+32
-32
lines changed

12 files changed

+32
-32
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ automatically from "docstring" comments in source codes. This means the comment
5757
section in the source codes is important for the quality of documentation.
5858
- A docstring should start with one summary line, end with one line with a full stop (period),
5959
then be followed by a blank line before starting a new paragraph.
60-
- A commit to release branches (e.g. `2.2`, `2.1`) with a title **"(build and deploy docs)"** (without quotes) will trigger the system to rebuild the documentation files and upload them to the website https://pythainlp.github.io/docs.
60+
- A commit to release branches (e.g. `2.2`, `2.1`) with a title **"(build and deploy docs)"** (without quotes) will trigger the system to rebuild the documentation files and upload them to the website https://pythainlp.org/docs.
6161

6262

6363
## Testing

README.md

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

2929
## Getting Started
3030

31-
- PyThaiNLP 2 requires Python 3.7+. 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)
32-
- [PyThaiNLP Get Started notebook](https://pythainlp.github.io/tutorials/notebooks/pythainlp_get_started.html) | [API document](https://pythainlp.github.io/docs) | [Tutorials](https://pythainlp.github.io/tutorials)
33-
- [Official website](https://pythainlp.github.io/) | [PyPI](https://pypi.org/project/pythainlp/) | [Facebook page](https://www.facebook.com/pythainlp/)
31+
- PyThaiNLP 2 requires Python 3.7+. 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.org/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)
32+
- [PyThaiNLP Get Started notebook](https://pythainlp.org/tutorials/notebooks/pythainlp_get_started.html) | [API document](https://pythainlp.org/docs) | [Tutorials](https://pythainlp.org/tutorials)
33+
- [Official website](https://pythainlp.org/) | [PyPI](https://pypi.org/project/pythainlp/) | [Facebook page](https://www.facebook.com/pythainlp/)
3434
- [Who uses PyThaiNLP?](https://github.com/PyThaiNLP/pythainlp/blob/dev/INTHEWILD.md)
3535
- [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
3636

README_TH.md

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

2828
## เริ่มต้นกับ PyThaiNLP
2929

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

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

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

@@ -53,7 +53,7 @@ PyThaiNLP มีความสามารถพื้นฐานสำหร
5353
- Command-line interface for basic functions, like tokenization and pos tagging (run `thainlp` in your shell)
5454
</details>
5555

56-
อ่านรายละเอียดได้ที่ [tutorials](https://pythainlp.github.io/tutorials)
56+
อ่านรายละเอียดได้ที่ [tutorials](https://pythainlp.org/tutorials)
5757

5858

5959
## การติดตั้ง
@@ -114,7 +114,7 @@ thainlp help
114114
## ผู้ใช้งาน Python 2
115115

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

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ PyThaiNLP documentation
1010

1111
PyThaiNLP is a Python library for Thai natural language processing (NLP).
1212

13-
Website: `PyThaiNLP.github.io <https://pythainlp.github.io/>`_
13+
Website: `PyThaiNLP.github.io <https://pythainlp.org/>`_
1414

1515

1616
.. toctree::

docs/notes/FAQ.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ FAQ
33

44
*Frequently Asked Questions about PyThaiNLP*
55

6-
You can read the FAQ at `FAQ | PyThaiNLP GitHub <https://pythainlp.github.io/FAQ>`_
6+
You can read the FAQ at `FAQ | PyThaiNLP GitHub <https://pythainlp.org/FAQ>`_

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://pythainlp.github.io/tutorials/notebooks/pythainlp-get-started.html>`_
23-
- `Other tutorials <https://pythainlp.github.io/tutorials/>`_
22+
- `PyThaiNLP Get Started <https://pythainlp.org/tutorials/notebooks/pythainlp-get-started.html>`_
23+
- `Other tutorials <https://pythainlp.org/tutorials/>`_

pythainlp/corpus/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
_CHECK_MODE = os.getenv("PYTHAINLP_READ_MODE")
5454

5555
# URL of remote corpus catalog
56-
_CORPUS_DB_URL = "https://pythainlp.github.io/pythainlp-corpus/db.json"
56+
_CORPUS_DB_URL = "https://pythainlp.org/pythainlp-corpus/db.json"
5757

5858
# filename of local corpus catalog
5959
_CORPUS_DB_FILENAME = "db.json"

pythainlp/corpus/common.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ def thai_dict() -> dict:
262262
"""
263263
Return Thai dictionary with definition from wiktionary.
264264
\n(See: `thai_dict\
265-
<https://pythainlp.github.io/pythainlp-corpus/thai_dict.html>`_)
265+
<https://pythainlp.org/pythainlp-corpus/thai_dict.html>`_)
266266
267267
:return: Thai words with part-of-speech type and definition
268268
:rtype: dict
@@ -287,7 +287,7 @@ def thai_wsd_dict() -> dict:
287287
"""
288288
Return Thai Word Sense Disambiguation dictionary with definition from wiktionary.
289289
\n(See: `thai_dict\
290-
<https://pythainlp.github.io/pythainlp-corpus/thai_dict.html>`_)
290+
<https://pythainlp.org/pythainlp-corpus/thai_dict.html>`_)
291291
292292
:return: Thai words with part-of-speech type and definition
293293
:rtype: dict
@@ -313,7 +313,7 @@ def thai_synonyms() -> dict:
313313
"""
314314
Return Thai synonyms.
315315
\n(See: `thai_synonym\
316-
<https://pythainlp.github.io/pythainlp-corpus/thai_synonym.html>`_)
316+
<https://pythainlp.org/pythainlp-corpus/thai_synonym.html>`_)
317317
318318
:return: Thai words with part-of-speech type and synonym
319319
:rtype: dict

pythainlp/corpus/core.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ def get_corpus_path(
224224
225225
(Please see the filename in
226226
`this file
227-
<https://pythainlp.github.io/pythainlp-corpus/db.json>`_
227+
<https://pythainlp.org/pythainlp-corpus/db.json>`_
228228
229229
If the corpus already exists::
230230
@@ -407,7 +407,7 @@ def download(
407407
Download corpus.
408408
409409
The available corpus names can be seen in this file:
410-
https://pythainlp.github.io/pythainlp-corpus/db.json
410+
https://pythainlp.org/pythainlp-corpus/db.json
411411
412412
:param str name: corpus name
413413
:param bool force: force downloading

pythainlp/wsd/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def get_sense(
7272
<https://arxiv.org/abs/2305.03520>`_ to build get_sense function.
7373
7474
Use Thai dictionary from wiktionary.
75-
See `thai_dict <https://pythainlp.github.io/pythainlp-corpus/thai_dict.html>`_.
75+
See `thai_dict <https://pythainlp.org/pythainlp-corpus/thai_dict.html>`_.
7676
7777
Use sentence transformers model from \
7878
`sentence-transformers/paraphrase-multilingual-mpnet-base-v2 \

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
transliteration, soundex generation, spell checking, and
1717
date and time parsing/formatting.
1818
19-
Website: [pythainlp.github.io](https://pythainlp.github.io/)
19+
Website: [pythainlp.github.io](https://pythainlp.org/)
2020
2121
# Install
2222
@@ -210,8 +210,8 @@
210210
],
211211
},
212212
project_urls={
213-
"Documentation": "https://pythainlp.github.io/docs/5.0/",
214-
"Tutorials": "https://pythainlp.github.io/tutorials/",
213+
"Documentation": "https://pythainlp.org/docs/5.0/",
214+
"Tutorials": "https://pythainlp.org/tutorials/",
215215
"Source Code": "https://github.com/PyThaiNLP/pythainlp",
216216
"Bug Tracker": "https://github.com/PyThaiNLP/pythainlp/issues",
217217
},

tokenization-benchmark.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,16 @@ as well as a module interface for later use in their development pipelines.
3636
| PyThaiNLP-newmm | dictionary-based | [![](https://img.shields.io/badge/BEST:val-WL:f1(0.6836)-yellow.svg)][res-BEST-val-PyThaiNLP-newmm] [![](https://img.shields.io/badge/THNC-WL:f1(0.7338)-yellow.svg)][res-THNC-PyThaiNLP-newmm] [![](https://img.shields.io/badge/Orchid-WL:f1(0.7223)-yellow.svg)][res-Orchid-PyThaiNLP-newmm] [![](https://img.shields.io/badge/WiseSight160-WL:f1(0.7248)-yellow.svg)][res-WiseSight160-PyThaiNLP-newmm] |
3737
| Sertis-BiGRU | Bi-directional RNN | [![](https://img.shields.io/badge/BEST:val-WL:f1(0.9251)-yellow.svg)][res-BEST-val-Sertis-BiGRU] [![](https://img.shields.io/badge/WiseSight160-WL:f1(0.8115)-yellow.svg)][res-WiseSight160-Sertis-BiGRU] |
3838

39-
[res-BEST-val-DeepCut]: https://pythainlp.github.io/tokenization-benchmark-visualization/?experiment-name=BEST-val-DeepCut
40-
[res-THNC-DeepCut]: https://pythainlp.github.io/tokenization-benchmark-visualization/?experiment-name=THNC-DeepCut
41-
[res-Orchid-DeepCut]: https://pythainlp.github.io/tokenization-benchmark-visualization/?experiment-name=Orchid-DeepCut
42-
[res-WiseSight160-DeepCut]: https://pythainlp.github.io/tokenization-benchmark-visualization/?experiment-name=WiseSight160-DeepCut
43-
[res-BEST-val-PyThaiNLP-newmm]: https://pythainlp.github.io/tokenization-benchmark-visualization/?experiment-name=BEST-val-PyThaiNLP-newmm
44-
[res-THNC-PyThaiNLP-newmm]: https://pythainlp.github.io/tokenization-benchmark-visualization/?experiment-name=THNC-PyThaiNLP-newmm
45-
[res-Orchid-PyThaiNLP-newmm]: https://pythainlp.github.io/tokenization-benchmark-visualization/?experiment-name=Orchid-PyThaiNLP-newmm
46-
[res-WiseSight160-PyThaiNLP-newmm]: https://pythainlp.github.io/tokenization-benchmark-visualization/?experiment-name=WiseSight160-PyThaiNLP-newmm
47-
[res-BEST-val-Sertis-BiGRU]: https://pythainlp.github.io/tokenization-benchmark-visualization/?experiment-name=BEST-val-Sertis-BiGRU
48-
[res-WiseSight160-Sertis-BiGRU]: https://pythainlp.github.io/tokenization-benchmark-visualization/?experiment-name=WiseSight160-Sertis-BiGRU
39+
[res-BEST-val-DeepCut]: https://pythainlp.org/tokenization-benchmark-visualization/?experiment-name=BEST-val-DeepCut
40+
[res-THNC-DeepCut]: https://pythainlp.org/tokenization-benchmark-visualization/?experiment-name=THNC-DeepCut
41+
[res-Orchid-DeepCut]: https://pythainlp.org/tokenization-benchmark-visualization/?experiment-name=Orchid-DeepCut
42+
[res-WiseSight160-DeepCut]: https://pythainlp.org/tokenization-benchmark-visualization/?experiment-name=WiseSight160-DeepCut
43+
[res-BEST-val-PyThaiNLP-newmm]: https://pythainlp.org/tokenization-benchmark-visualization/?experiment-name=BEST-val-PyThaiNLP-newmm
44+
[res-THNC-PyThaiNLP-newmm]: https://pythainlp.org/tokenization-benchmark-visualization/?experiment-name=THNC-PyThaiNLP-newmm
45+
[res-Orchid-PyThaiNLP-newmm]: https://pythainlp.org/tokenization-benchmark-visualization/?experiment-name=Orchid-PyThaiNLP-newmm
46+
[res-WiseSight160-PyThaiNLP-newmm]: https://pythainlp.org/tokenization-benchmark-visualization/?experiment-name=WiseSight160-PyThaiNLP-newmm
47+
[res-BEST-val-Sertis-BiGRU]: https://pythainlp.org/tokenization-benchmark-visualization/?experiment-name=BEST-val-Sertis-BiGRU
48+
[res-WiseSight160-Sertis-BiGRU]: https://pythainlp.org/tokenization-benchmark-visualization/?experiment-name=WiseSight160-Sertis-BiGRU
4949

5050

5151
## Installation (WIP)

0 commit comments

Comments
 (0)