On 24 Sep 2014, at 12:23, Roland King <r...@rols.org> wrote:

Seems there are two classes of algorithms:

Low class: 
CFStringTokenizer 
NSStringEnumerationByWords      
NSLinguisticTagger 
These get "我今天还没有去健身房" wrong, and are available on iOS.

High class:
Icu
NSTextView (selectionRangeForProposedRange:granularity: NSSelectByWord) 
AttributedString (doubleClickAtIndex:) 
These can parse the Chinese sentence correctly, but are NOT available on iOS.

Anything else I could try?

Gerriet.


_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to