-
Notifications
You must be signed in to change notification settings - Fork 0
Japanese word deinflection classes for iOS
License
LongWeekend/rikai-kit
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
#### Description A basic Japanese de-inflection engine based on the Rikai Firefox plugin. Returns an array of possible variants using the 'deinflect' instance method. #### Usage Example #import "Deinflector.h" NSArray *variants = [[Deinflector sharedInstance] deinflect:word]; for (DeinflectorRuleMatch *variant in variants) { NSLog(@"Deinflected variant: %@", [variant word], [variant reasonString]); } #### Dependencies The de-inflection rules are taken from the Rikaichan Firefox add-on by J. Zarate (LGPL, www.polarcloud.com)
About
Japanese word deinflection classes for iOS
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published