-
Notifications
You must be signed in to change notification settings - Fork 279
"nercut" result not printed in a specific sentence #666
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hello @kmining, thank you for your interest in our work! If this is a bug report, please provide screenshots and minimum viable code to reproduce your issue, otherwise we can not help you. |
@kmining Thank you for reporting. I was fix this issue and I will release PyThaiNLP 3.0.6 to fix. |
`PyThaiNLP v3.0.7` is This release is a bug fix release of `PyThaiNLP 3.0.5`. **Bug Fixed** - Fixed nercut bug. #666 Thank you @kmining for your bug report. You can install by `pip install pythainlp` or upgrade by `pip install -U pythainlp`. Documentation: https://pythainlp.github.io/docs/3.0/index.html Report bug: https://github.com/PyThaiNLP/pythainlp/issues See [PyThaiNLP 3.0 change log#545](#545) ## Contributors <a href="https://github.com/PyThaiNLP/pythainlp/graphs/contributors"> <img src="https://contributors-img.firebaseapp.com/image?repo=PyThaiNLP/pythainlp" /> </a> Thanks all the [contributors](https://github.com/PyThaiNLP/pythainlp/graphs/contributors). (Image made with [contributors-img](https://contributors-img.firebaseapp.com))
@wannaphong, Thanks for the quick response. import pythainlp
from pythainlp import word_tokenize
word_tokenize("ทันแน่ๆ", engine="nercut")
word_tokenize("%1ครั้ง", engine="nercut") |
Thank you for report. I was rewrite code, so if it be done, I will release PyThaiNLP v3.0.8 to fix this issue. |
@kmining It's done. Thank you for reporting. |
Uh oh!
There was an error while loading. Please reload this page.
Description
I try to tokenize text with
ทุ๊กกโคนน
,อือหือ
,อย่าลืมอัพการ์ดนะจ๊ะ
using nercut tokenizer.Expected results
Something should be printed..
Current results
Result not printed


Steps to reproduce
Your environment
The text was updated successfully, but these errors were encountered: