-
Notifications
You must be signed in to change notification settings - Fork 0
rowanseymour/inshinga
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
=================================
Inshinga Readme
=================================
Experiments in Kinyarwanda verb parsing.
All code is available under GPLv3. Copyright Rowan Seymour 2011
Usage
=================================
1. First create a parser and initialize it:
Parser parser = new Parser();
parser.initialize();
2. Then parse a verb with or without stem checking:
List<ParserResult> results = parser.parse("ndakora", true);
About
Experiments in Kinyarwanda verb parsing
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published