PyThaiNLP / pythainlp

Thai natural language processing in Python
https://pythainlp.org/
Apache License 2.0
986 stars 274 forks source link

PyThaiNLP in Jython #19

Closed wannaphong closed 4 years ago

wannaphong commented 7 years ago

รัน PyThaiNLP ใน Jython ได้

ไม่กำหนดเวลาเริ่ม และ เส้นตาย

wannaphong commented 7 years ago

ปัญหาติดที่ PyICU , marisa_trie และ langdetect

bact commented 5 years ago

ปัญหาติดที่ PyICU , marisa_trie และ langdetect

langdetect นี่ ถ้าอยากใช้ มีตัว cld3 ซึ่งเป็นรุ่นที่พัฒนาต่อมาจาก langdetect เดิมใน Chrome https://github.com/google/cld3

มีคนพอร์ตเป็น Python ไว้ที่ https://github.com/Elizafox/cld3

แล้วก็มีคน fork มาแก้ต่อๆ กัน เพราะเหมือนตัวที่ Elizafox จะไม่ค่อยได้ดูแลต่อ ผม fork มาแก้ doc ให้ชัดเจนถึงวิธีติดตั้งที่นี่ ถ้าต้องการใช้ฟังก์ชันการตรวจหาภาษาครับ https://github.com/ThothMedia/cld3

wannaphong commented 5 years ago

ตอนนี้ trie รันใน python แล้วครับ ส่วนตัดคำน่าจะใช้งานใน jython ได้ แต่ดูเหมือนว่า jython 3 เหมือนจะไม่เสร็จสักทีแม้ผ่านมานานแล้ว https://github.com/jython/jython3 ไม่แน่ issue นี้อาจจะถูกปิดไปก่อนดีกว่าครับ

p16i commented 5 years ago

is there any mandatory requirement that we should do this?

Maybe providing an API Docker is sufficient for other languages.

bact commented 5 years ago

Close for now?

wannaphong commented 4 years ago

Jython 3 not further developed.