Martin Wiesner created OPENNLP-1757: ---------------------------------------
Summary: Expose probs() method in thread-safe probabilistic ME classes Key: OPENNLP-1757 URL: https://issues.apache.org/jira/browse/OPENNLP-1757 Project: OpenNLP Issue Type: Improvement Components: Machine Learning Affects Versions: 2.5.4 Reporter: Martin Wiesner Assignee: Martin Wiesner Fix For: 2.5.5, 3.0.0 Atm, the thread-safe wrapper classes hide the capability to retrieve probabilities related to the last processed sequence in * {{LemmatizerME}} * {{NameFinderME}} * {{POSTaggerME}} For some applications, it might be necessary or a benefit to have access to those probabilities scores to either report them or make a decision based on a certainty level. In this context, the {{double[] probs()}} method needs to be moved up to the related interface. Let's provide it! -- This message was sent by Atlassian Jira (v8.20.10#820010)