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は日本語の分かち書きをします.(今後,形態素解析もサポートする予定です)

7
likes
140
points
34
downloads

Publisher

verified publisherkawa.dev

Weekly Downloads

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

Homepage
Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on ringo