summaryrefslogtreecommitdiff
path: root/src/main/java
AgeCommit message (Collapse)Author
2018-11-15Fix up error handling (throw when parse errors happen)bculkin2442
Error handling for InflectionStrings will now make itself known, as an exception will be thrown upon there being errors parsing the string.
2018-10-30Finish directive sequencingbculkin2442
2018-10-29Partial implementation of directive sequencesBenjamin Culkin
They can be created, but not evaluated
2018-10-28Import organizationbculkin2442
2018-10-28Add compilation supportbculkin2442
Inflection strings can now be compiled and reused, like regular expressions.
2018-10-14General updatebculkin2442
Testing, plus some reorganization
2018-10-14Updatebculkin2442
2018-09-16Case folding optionsbculkin2442
2018-09-16Fix double-pluralizingBenjamin J. Culkin
2018-09-16UpdateBenjamin J. Culkin
2018-06-07IndefinitesBenjamin J. Culkin
2017-10-11CleanupBenjamin J. Culkin
2017-09-15FormatBenjamin J. Culkin
2017-09-14Minor markup tweaks.Benjamin Culkin
2017-04-11Cleanupbculkin2442
2017-04-10Minor changesbculkin2442
2017-04-05Markup fixesbjculkin
2017-04-05Finish markup for nouns/countsbjculkin
2017-04-05Work on markup interfacestudent
2017-04-05Reorganizebjculkin
2017-04-05Reorganizebjculkin
2017-04-05More plural fixesbjculkin
2017-04-04Add test outputbjculkin
Also, some plural fixes
2017-04-04Fix a few pluralization bugs.bjculkin
Now, just have to support character classes in suffix rules.
2017-04-04Implement bulk of inflectorbjculkin
2017-04-03Work on inflection morebjculkin
2017-04-03Start on noun inflectionstudent
2017-04-03Work on utility functionsbjculkin