budoux 0.0.1+1 copy "budoux: ^0.0.1+1" to clipboard
budoux: ^0.0.1+1 copied to clipboard

a Dart port of BudouX, the machine learning powered line break organizer tool.

example/main.dart

import 'package:budoux/budoux.dart';

void main() {
  const b = Budoux();
  // ignore: avoid_print
  print(b.parse('これはテストです。')); // => [これは, テストです。]
}
2
likes
120
pub points
24%
popularity

Publisher

verified publisher110416.dev

a Dart port of BudouX, the machine learning powered line break organizer tool.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

characters, mustache_template, tuple

More

Packages that depend on budoux