Joern Kottmann created OPENNLP-1094:
---------------------------------------
Summary: Remove pmap indirection via int mapping
Key: OPENNLP-1094
URL: https://issues.apache.org/jira/browse/OPENNLP-1094
Project: OpenNLP
Issue Type: Improvement
Components: Machine Learning
Reporter: Joern Kottmann
Assignee: Joern Kottmann
Priority: Minor
Fix For: 1.8.1
Currently the hot loop of the classifiers use a mapping from String to int to
Context, this can be reduced to a direct mapping from String to Context, which
increases performances from 2 % to 10 % for maxent depending on the component.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)