japanese_word_tokenizer 0.0.1 copy "japanese_word_tokenizer: ^0.0.1" to clipboard
japanese_word_tokenizer: ^0.0.1 copied to clipboard

A lightweight Japanese word tokenizer library for Dart and Flutter based on wakachigaki

example/lib/main.dart

import 'package:japanese_word_tokenizer/japanese_word_tokenizer.dart';

void main() {
  String text = '消えてくれないかなあ';
  List<dynamic> tokens = tokenize(text);
  print(tokens);
}
9
likes
0
points
33
downloads

Publisher

verified publisheradora-app.com

Weekly Downloads

A lightweight Japanese word tokenizer library for Dart and Flutter based on wakachigaki

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on japanese_word_tokenizer