dart_jieba 1.0.1
dart_jieba: ^1.0.1 copied to clipboard
DaJieBa - Pure Dart Chinese text segmentation, a port of Python jieba with binary trie and delta-gzip compression.
1.0.0 #
- Stable release: pure Dart port of Python jieba
- FlatTrie with delta+gzip compression (1.9 MB dict)
- HMM segmentation for OOV words
- Sync and async initialization
- Text dict (.txt) loading support — builds FlatTrie at runtime
- Golden-tested against Python jieba output
0.1.0 #
- Initial preview release