generated from amitmerchant1990/reverie
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
45b665b
commit 59b9421
Showing
1 changed file
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
--- | ||
layout: post | ||
title: ร่วมทดสอบ PyThaiNLP รุ่นพัฒนาทำอย่างไร? | ||
subtitle: ร่วมทดสอบ PyThaiNLP รุ่นใหม่ก่อนใครไดีง่าย ๆ | ||
gh-repo: pythainlp/pythainlp | ||
gh-badge: [star, fork] | ||
categories: [news] | ||
comments: true | ||
--- | ||
|
||
หลังจากที่ PyThaiNLP ออก PyThaiNLP รุ่น 4.1 เราได้มีการปรับปรุงครั้งใหญ่ในโค้ดตัวตัดคำ newmm ที่จะแก้ไขปัญหาที่เคยเจอเมื่อใช้งานตัวตัดคำ ทำให้เราต้องเปลี่ยนแผนจากเดิมที่จะออก PyThaiNLP รุ่น 4.2 เปลี่ยนมาออก **PyThaiNLP รุ่น 5.0** แทน! | ||
|
||
เนื่องจาก PyThaiNLP รุ่น 5.0 ยังอยู่ในช่วงกำลังพัฒนา ทำให้เราทิ้งช่วงการออกรึ่นใหม่มาสักพัก แต่เรายังคงต้องการความคิดเห็นในการใช้งาน PyThaiNLP รุ่น 5.0 เพื่อมาปรับปรุงก่อนทำการออกรุ่นจริง โดยคุณสามารถร่วมทดสอบ PyThaiNLP รุ่นที่กำลังพัฒนาได้ ไม่จำกัดเพียง PyThaiNLP 5.0 และยังรวมถึงรุ่นอื่น ๆ ที่ใหม่กว่าได้ด้วย (เผื่อมีท่านใดเข้ามาอ่าน) | ||
|
||
1. ทดสอบผ่าน PyPI: PyThaiNLP เราปล่อยรุ่นทดสอบ 2 แบบ คือ แบบ dev เป็นรุ่นที่กำลังพัฒนาที่ API สามารถเปลี่ยนแปลงได้คลอด กับ แบบ beta รุ่นที่พร้อมใช้งานระดับหนึ่งสำหรับนักพัฒนา | ||
|
||
สามารถติดตั้งได้โดยใช้คำสั่ง | ||
> pip install --pre --force-reinstall pythainlp | ||
โดยการติดตั้งผ่านช่องทางนี้จะไม่ใช่ตัวอัปล่าสุด แต่เป็นการปล่อยแต่ละรอบ | ||
|
||
2. ทดสอบผ่าน GitHub: คุณสามารถร่วม PyThaiNLP ที่อยู่บน GitHub ตอนนี้ได้ด้วยคำสั่ง | ||
|
||
> pip install --force-reinstall https://github.com/pythainlp/pythainlp/archive/dev.zip | ||
การติดตั้งนี้จะทำให้คุณได้รับโค้ดล่าสุดของ PyThaiNLP บน Github | ||
|
||
|
||
|
||
อ่านเอกสารของรุ่นที่กำลังพัฒนาได้ที่ [https://pythainlp.github.io/dev-docs/](https://pythainlp.github.io/dev-docs/) | ||
|
||
แจ้งข้อผิดพลาดของ PyThaiNLP ได้ที่ [https://github.com/PyThaiNLP/pythainlp/issues](https://github.com/PyThaiNLP/pythainlp/issues) |