ringo 0.0.2 copy "ringo: ^0.0.2" to clipboard
ringo: ^0.0.2 copied to clipboard

Morphological analysis of Japanese sentences. This Flutter plugin helps you to analyze Japanese sentences.

ringo #

ringo

ringo is japanese word separator.

Usage #

final ringo = await Ringo.init();
final tokenized = ringo.tokenize('吾輩はRingoである');
print('tokenized: $tokenized');

tokenized: [吾輩, は, Ringo, である]

⚡️ Features #

  • Simple word separation(Japanese)
  • Unknown word processing
  • Build own dictionary(Create DoubleArray from TrieTree)
  • Fast dictionary search(DoubleArray Algorithm)

Upcoming Features #

  • MorphologicalAnalysis(Lattice Algorithm)

Contributing #


ringoは日本語の分かち書きをします.(今後,形態素解析もサポートする予定です)

6
likes
120
pub points
20%
popularity

Publisher

verified publisherkawa.dev

Morphological analysis of Japanese sentences. This Flutter plugin helps you to analyze Japanese sentences.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on ringo