pub const kCFStringTokenizerUnitSentence: CFOptionFlags = 1;
Available on crate feature
CFStringTokenizer
only.Expand description
Tokenization Unit Use one of tokenization unit options with CFStringTokenizerCreate to specify how the string should be tokenized.
See also Appleās documentation