kuromoji 2.0.0-dev.1 copy "kuromoji: ^2.0.0-dev.1" to clipboard
kuromoji: ^2.0.0-dev.1 copied to clipboard

Tokenize Japanese text using dictionaries defined by the Atilika project.

Kuromoji #

A re-implementation of kuromoji.js in Dart.

Usage #

import 'package:kuromoji/kuromoji.dart';
void main() {
  final tokenizer = Tokenizer.buildSync();
  final tokens = tokenizer.tokenize('すもももももももものうち');
  for (final token in tokens) {
    print(token);
  }
}
2
likes
150
points
332
downloads

Publisher

verified publisherlexedia.moe

Weekly Downloads

Tokenize Japanese text using dictionaries defined by the Atilika project.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

archive, http, meta, path

More

Packages that depend on kuromoji