登录 注册
当前位置:主页 > 资源下载 > 10 > React Native Japanese Tokenizer的Android代码

React Native Japanese Tokenizer的Android代码

  • 更新:2024-10-23 17:24:38
  • 大小:4.88MB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

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