flutter-plugins icon indicating copy to clipboard operation
flutter-plugins copied to clipboard

add iOS support

Open boyan01 opened this issue 4 years ago • 3 comments

boyan01 avatar Dec 08 '21 10:12 boyan01

看起来没有结巴分词用的那几个 dict/ 文件,所以结巴分词是应该是不能用的

wangfenjin avatar Jan 20 '22 14:01 wangfenjin

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.

boyan01 avatar Jan 21 '22 01:01 boyan01

We can download the dict/ files after app installed and first opened

wangfenjin avatar Jan 21 '22 01:01 wangfenjin