Constructors
Accessors
ffiValue
- get ffiValue(): number
Returns number
Methods
Static
autoWithOptions
- autoWithOptions(contentLocale, options): LineSegmenter
Static
autoWithOptionsAndProvider
- autoWithOptionsAndProvider(provider, contentLocale, options): LineSegmenter
Static
createAutoWithProvider
- createAutoWithProvider(provider): LineSegmenter
Static
createDictionary
- createDictionary(): LineSegmenter
Static
createDictionaryWithProvider
- createDictionaryWithProvider(provider): LineSegmenter
Static
createLstmWithProvider
- createLstmWithProvider(provider): LineSegmenter
Static
dictionaryWithOptions
- dictionaryWithOptions(contentLocale, options): LineSegmenter
Static
dictionaryWithOptionsAndProvider
- dictionaryWithOptionsAndProvider(provider, contentLocale, options): LineSegmenter
Static
lstmWithOptions
- lstmWithOptions(contentLocale, options): LineSegmenter
Static
lstmWithOptionsAndProvider
- lstmWithOptionsAndProvider(provider, contentLocale, options): LineSegmenter
An ICU4X line-break segmenter, capable of finding breakpoints in strings.
See the Rust documentation for
LineSegmenter
for more information.