Divya Rani created OPENNLP-1228:
-----------------------------------
Summary: 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
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
(v7.6.3#76005)