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