kuromoji 1.0.5 copy "kuromoji: ^1.0.5" to clipboard
kuromoji: ^1.0.5 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() async {
  final tokenizer = await TokenizerBuilder().build();
  final tokens = tokenizer.tokenize('すもももももももものうち');
  for (final token in tokens) {
    print(token);
  }
}
2
likes
140
points
239
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, path

More

Packages that depend on kuromoji