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