Text.tokenize add unicode support ,fix Bug #1248
Text.tokenize add unicode support ,fix Bug #1248HonestManXin wants to merge 1 commit intothinkaurelius:titan10from
Conversation
… return tokens is empty list
|
Hi @HonestManXin, thanks for your contribution! In order for us to evaluate and accept your PR, we ask that you sign a contribution license agreement. It's all electronic and will take just minutes. |
|
You did it @HonestManXin! Thank you for signing the Contribution License Agreement. |
|
Hi, |
|
I just found this Java Character API Documentation,
And I'm so sorry, this still have some problems, the proper implementation would be below. |
When the string argument of function Text.tokenize's length is 1, then the tokens list will be a empty list.