Skip navigation.
 
mlRe: How is "Apple + Ctrl + D" implemented?
FROM : Deborah Goldsmith
DATE : Wed May 07 22:28:00 2008

On Apr 28, 2008, at 5:35 AM, John Joyce wrote:
> The range of the word is up to you to find and depends on the 
> language. If it is any common language from Europe, your job is a 
> lot easier. You mainly need to work with whitespace and punctuation. 
> If you're working with Japanese, you'll need to learn of lot of 
> complex tricks to identify the range of words...


There should be no need to implement your own word breaking. Please 
use one of the system APIs that will do this for you, all of which 
have been mentioned in this thread. For the usage of words described 
here, CFStringTokenizer is probably best as it has the sophistication 
necessary to break text in Chinese and Japanese into words.

Deborah Goldsmith
Apple Inc.
<email_removed>

Related mailsAuthorDate
mlHow is "Apple + Ctrl + D" implemented? Ying Bian Apr 28, 07:55
mlRe: How is "Apple + Ctrl + D" implemented? Graham Cox Apr 28, 08:51
mlRe: How is "Apple + Ctrl + D" implemented? Ying Bian Apr 28, 12:06
mlRe: How is "Apple + Ctrl + D" implemented? Graham Cox Apr 28, 12:36
mlRe: How is "Apple + Ctrl + D" implemented? Graham Cox Apr 28, 12:42
mlRe: How is "Apple + Ctrl + D" implemented? Graham.Lee Apr 28, 12:48
mlRe: How is "Apple + Ctrl + D" implemented? John Joyce Apr 28, 14:35
mlRe: How is "Apple + Ctrl + D" implemented? Ying Bian Apr 28, 15:25
mlRe: How is "Apple + Ctrl + D" implemented? Evan Gross Apr 29, 05:45
mlRe: How is "Apple + Ctrl + D" implemented? John Stiles Apr 29, 19:20
mlRe: How is "Apple + Ctrl + D" implemented? Keith Blount Apr 29, 21:12
mlRe: How is "Apple + Ctrl + D" implemented? John Stiles Apr 29, 22:36
mlRe: How is "Apple + Ctrl + D" implemented? Nathan Vander Wilt Apr 30, 17:00
mlRe: How is "Apple + Ctrl + D" implemented? Evan Gross May 1, 01:14
mlRe: How is "Apple + Ctrl + D" implemented? Deborah Goldsmith May 7, 22:28