kuromoji 1.0.4 copy "kuromoji: ^1.0.4" to clipboard
kuromoji: ^1.0.4 copied to clipboard

Tokenize Japanese text using dictionaries defined by the Atilika project.

example/kuromoji.dart

import 'dart:convert';

import 'package:kuromoji/kuromoji.dart';

void main() async {
  final tokenizer = await TokenizerBuilder().build();

  final tokens = tokenizer.tokenize('リミッター働くまで');
  print(JsonEncoder.withIndent(' ' * 2).convert(tokens));
}
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