文件名称:Android代码-react-native-japanese-tokenizer
文件大小:4.88MB
文件格式:ZIP
更新时间:2022-08-25 13:20:15
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
【文件预览】:
react-native-japanese-tokenizer-master
----ios()
--------RNJapaneseTokenizer.m(1KB)
--------RNJapaneseTokenizer.h(305B)
--------RNJapaneseTokenizer.xcodeproj()
----.gitignore(435B)
----README.md(3KB)
----android()
--------build.gradle(960B)
--------src()
----test()
--------README.md(474B)
--------app.js(2KB)
----docs()
--------screenshot.png(4.89MB)
----LICENSE(1KB)
----package.json(689B)
----src()
--------index.js(140B)
----index.js(50B)