-
React Native Japanese Tokenizer的Android代码
资源介绍
react-native-japanese-tokenizer
Async Japanese tokenizer native plugin for React Native that works on iOS and Android.
It tokenizes Japanese text in background thread so it won't block UI. It comes in handy for such as indexing a lot of texts for full-text search.
How it works
iOS
It utilizes CFStringTokenizer to tokenize strings into words.
Android
The implementation is based on TinySegmenter. It is lightweight word segmenter which works without dictionaries.
Getting started
$ npm install reac