NameFinder Dictionary Search Not Working Correctly -------------------------------------------------- Key: OPENNLP-415 URL: https://issues.apache.org/jira/browse/OPENNLP-415 Project: OpenNLP Issue Type: Bug Components: Name Finder Affects Versions: tools-1.5.2-incubating, tools-1.5.1-incubating Reporter: James Kosin Assignee: James Kosin With a case_sensitive="false" dictionary, the DictionaryNameFinder wrongly doesn't find the correct name. Thanks to Loic Descotte for finding this bug. A Dictionary containing "tamato" and a sentence containing "Tamato" does not correctly find the name. The bug was traced to a reworked MetaDictionary that tries to filter the sentece tokens based on presence in the dictionary. This new dictionary however is case sensitive. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira