[ https://issues.apache.org/jira/browse/OPENNLP-1228?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Martin Wiesner closed OPENNLP-1228. ----------------------------------- Resolution: Not A Problem > lemmatize function gives wrong result > -------------------------------------- > > Key: OPENNLP-1228 > URL: https://issues.apache.org/jira/browse/OPENNLP-1228 > Project: OpenNLP > Issue Type: Bug > Components: Lemmatizer > Environment: Ubuntu 18.04, JDK-8 > Reporter: Divya Rani > Priority: Minor > > The output generated by lemmatize function for the input "brethren" is > "brother" which is wrong according to the CoreNLP test suite. > Test case was taken from > [https://github.com/stanfordnlp/CoreNLP/blob/731cfe56d31451578eb107aeb632de654b02c18d/test/src/edu/stanford/nlp/process/MorphologyTest.java#L11] > Expected Output: > [https://github.com/stanfordnlp/CoreNLP/blob/731cfe56d31451578eb107aeb632de654b02c18d/test/src/edu/stanford/nlp/process/MorphologyTest.java#L45] > -- This message was sent by Atlassian Jira (v8.20.10#820010)