Short Intro: Morphological analysis of Japanese sentences. This Flutter plugin helps you to analyze Japanese sentences.
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 is a Japanese word-separator. (We plan to support morphological analysis in the future)
Download Morphological analysis of Japanese sentences plugin source code on GitHub
Provides the list of the opensource Flutter apps collection with GitHub repository.