Constructors
Accessors
ffiValue
- get ffiValue(): number
Returns number
Methods
Static
createAuto
- createAuto(provider): WordSegmenter
Static
createAutoWithContentLocale
- createAutoWithContentLocale(provider, locale): WordSegmenter
Static
createDictionary
- createDictionary(provider): WordSegmenter
Static
createDictionaryWithContentLocale
- createDictionaryWithContentLocale(provider, locale): WordSegmenter
Static
createLstm
- createLstm(provider): WordSegmenter
Static
createLstmWithContentLocale
- createLstmWithContentLocale(provider, locale): WordSegmenter
An ICU4X word-break segmenter, capable of finding word breakpoints in strings.
See the Rust documentation for
WordSegmenter
for more information.