kinsoku 0.3.4 copy "kinsoku: ^0.3.4" to clipboard
kinsoku: ^0.3.4 copied to clipboard

Japanese text processing library for kinsoku (line breaking rules), character classification, yakumono adjustment, and kerning. Supports JIS X 4051:2004 with ICU.

example/README.md

kinsoku Examples #

This directory contains example code demonstrating the usage of the kinsoku package.

Examples #

icu_example.dart #

Comprehensive examples of ICU-based kinsoku processing with JIS X 4051:2004 compliance.

Prerequisites:

Run:

dart run icu_example.dart

Includes:

  1. Default UAX #14 rules
  2. JIS X 4051:2004 complete compliance
  3. Custom break iterator rules
  4. Configuration-based rules
  5. Finding all break positions
  6. Comparing different rule sets

Pure Dart Usage #

For Pure Dart usage without ICU dependency, see the main README.md examples.

More Information #

1
likes
160
points
249
downloads

Publisher

verified publisherpub.nyapic.com

Weekly Downloads

Japanese text processing library for kinsoku (line breaking rules), character classification, yakumono adjustment, and kerning. Supports JIS X 4051:2004 with ICU.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

ffi

More

Packages that depend on kinsoku