Constructors
Accessors
ffiValue
- get ffiValue(): number
Returns number
Methods
Static
autoWithOptions
- autoWithOptions(contentLocale, options): LineSegmenter
Parameters
- contentLocale: Locale
- options: LineBreakOptions_obj
Static
autoWithOptionsAndProvider
- autoWithOptionsAndProvider(provider, contentLocale, options): LineSegmenter
Static
createDictionary
- createDictionary(): LineSegmenter
Static
dictionaryWithOptions
- dictionaryWithOptions(contentLocale, options): LineSegmenter
Parameters
- contentLocale: Locale
- options: LineBreakOptions_obj
Static
dictionaryWithOptionsAndProvider
- dictionaryWithOptionsAndProvider(provider, contentLocale, options): LineSegmenter
Static
lstmWithOptions
- lstmWithOptions(contentLocale, options): LineSegmenter
Parameters
- contentLocale: Locale
- options: LineBreakOptions_obj
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.