dkpro / dkpro-jwktl

Java Wiktionary Library
http://dkpro.org/dkpro-jwktl/
Apache License 2.0
57 stars 25 forks source link

Fixed: Handle "ies" suffix when parsing verb #25

Closed geraint0923 closed 8 years ago

geraint0923 commented 8 years ago

Add the missing case when parsing word forms for verb: for example, 'dictionary' has verb like: {{en-verb|dictionar|ies}} which means its forms should be: dictionaries, dictionarying, dictionaried, dictionaried

chmeyer commented 8 years ago

Thanks for your contribution. We will give it a check and include it in the next days. Please be aware that your contribution will be made available under the Apache Software License (ASL).

It would be great to extend the test cases in https://github.com/dkpro/dkpro-jwktl/blob/master/src/test/java/de/tudarmstadt/ukp/jwktl/parser/en/components/ENWordFormHandlerTest.java for the changed functionalitiy. If you want, you're more than welcome :)

geraint0923 commented 8 years ago

Hi there, I just added some test cases for the new added parsing cases in the new commit.

chmeyer commented 8 years ago

Great work, thanks for sharing.