This is an automated email from the ASF dual-hosted git repository.
mawiesne pushed a change to branch
OPENNLP-1655-Add-constructors-to-customize-Abbreviation-Dict-at-runtime
in repository https://gitbox.apache.org/repos/asf/opennlp.git
discard 58cdb424 OPENNLP-1655 Add constructors in SentenceDetectorME and
TokenizerME to customize Abbreviation Dict at runtime
add 7b385368 OPENNLP-1654 Add thread-safe version of NameFinderME - adds
ThreadSafeNameFinderME - adds additional constructor to ThreadSafeTokenizerME &
ThreadSafeSentenceDetectorME to be consistent with ThreadSafePOSTaggerME -
improves existing JavaDoc along the path
add a238e18e OPENNLP-1650 Update DownloadUtil to use Models release 1.2 -
adapts DownloadUtil, related classes and tests towards Models 1.2 - updates
index.html in opennlp/tools/util to latest data Models 1.2 for
DownloadParserTest - introduces DownloadUtil.ModelType#LEMMATIZER as those are
now available - adds LemmatizerModelLoaderIT - extracts some cnp'ed strings to
constants - fixes broken JavaDoc in PerceptronTrainer along the path
add c9ab6059 OPENNLP-1655 Add constructors in SentenceDetectorME and
TokenizerME to inject custom abbreviation dictionar
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (58cdb424)
\
N -- N -- N
refs/heads/OPENNLP-1655-Add-constructors-to-customize-Abbreviation-Dict-at-runtime
(c9ab6059)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.../tools/lemmatizer/ThreadSafeLemmatizerME.java | 7 +-
.../tools/ml/perceptron/PerceptronTrainer.java | 8 +-
.../ThreadSafeNameFinderME.java} | 54 +-
.../tools/postag/ThreadSafePOSTaggerME.java | 7 +-
.../sentdetect/ThreadSafeSentenceDetectorME.java | 35 +-
.../tools/tokenize/ThreadSafeTokenizerME.java | 34 +-
.../main/java/opennlp/tools/util/DownloadUtil.java | 25 +-
.../opennlp/tools/AbstractModelLoaderTest.java | 8 +
.../LemmatizerModelLoaderIT.java} | 29 +-
.../tools/cmdline/postag/POSModelLoaderIT.java | 17 +-
.../cmdline/sentdetect/SentenceModelLoaderIT.java | 17 +-
.../cmdline/tokenizer/TokenizerModelLoaderIT.java | 17 +-
.../java/opennlp/tools/postag/POSTaggerMETest.java | 83 +--
.../opennlp/tools/util/DownloadParserTest.java | 4 +-
.../java/opennlp/tools/util/DownloadUtilTest.java | 16 +-
.../test/resources/opennlp/tools/util/index.html | 809 +++++++++++++--------
pom.xml | 4 +-
17 files changed, 712 insertions(+), 462 deletions(-)
copy
opennlp-tools/src/main/java/opennlp/tools/{lemmatizer/ThreadSafeLemmatizerME.java
=> namefind/ThreadSafeNameFinderME.java} (57%)
copy
opennlp-tools/src/test/java/opennlp/tools/cmdline/{tokenizer/TokenizerModelLoaderIT.java
=> lemmatizer/LemmatizerModelLoaderIT.java} (66%)