Tagged Questions
0
votes
1answer
119 views
How to use CFStringTokenizer with Chinese and Japanese?
I'm using the code here to split text into individual words, and it's working great for all languages I have tried, except for Japanese and Chinese.
Is there a way that code can be tweaked to ...