flutter-plugins
flutter-plugins copied to clipboard
add iOS support
看起来没有结巴分词用的那几个 dict/ 文件,所以结巴分词是应该是不能用的
Yes, JIEBA not available on iOS now.
Although the JIEBA dict already in here.
on Android/ iOS , the application assets has been packed in to ipa / apk package, and we need extract the dict file from package before we access it. I'm looking for a better solution that can quickly and easily export the dict file as a local file or directly let simple tokenizer use the dict file in the ipa/apk package.
We can download the dict/ files after app installed and first opened