jieba_flutter 0.1.0 copy "jieba_flutter: ^0.1.0" to clipboard
jieba_flutter: ^0.1.0 copied to clipboard

outdated

A Flutter implementation of Chinese word segmentation Python library, jieba.

Features #

A Flutter implementation of Chinese word segmentation Python library, jieba.

Usage #

await JiebaSegmenter.init().then((value) {
      var seg = JiebaSegmenter();
      print(
          seg.process("结过婚和尚未结过婚的", SegMode.SEARCH));
    });

/// Output: [[结过, 0, 2], [婚, 2, 3], [和, 3, 4], [尚未, 4, 6], [结过, 6, 8], [婚, 8, 9], [的, 9, 10]]

Additional information #

9
likes
0
points
360
downloads

Publisher

verified publisherw568w.eu.org

Weekly Downloads

A Flutter implementation of Chinese word segmentation Python library, jieba.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on jieba_flutter