This is an automated email from the ASF dual-hosted git repository.

mawiesne pushed a change to branch 
OPENNLP-1753-Switch-to-Models-v1.3-add-to-DownloadUtil
in repository https://gitbox.apache.org/repos/asf/opennlp.git


    omit 414c19ec OPENNLP-1753: Switch to Models v1.3 - adds missing newly 
supported lang codes to DownloadUtil's internal map
     add 2cfc94a0 OPENNLP-1758: Enhance Javadoc of opennlp.uima (#813)
     add bbfed257 OPENNLP-1760: Make SourceForge URLs in Tests Configurable to 
Avoid 403/Rate Limiting Issues (#817)
     add 672420a1 OPENNLP-1753: Switch to Models v1.3 - adds missing newly 
supported lang codes to DownloadUtil's internal map

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   (414c19ec)
            \
             N -- N -- N   
refs/heads/OPENNLP-1753-Switch-to-Models-v1.3-add-to-DownloadUtil (672420a1)

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:
 .../opennlp/tools/AbstractModelLoaderTest.java     |  4 +-
 .../opennlp/tools/AbstractModelLoaderTest.java     |  4 +-
 .../main/java/opennlp/uima/chunker/Chunker.java    | 48 ++++++++++++----------
 .../opennlp/uima/chunker/ChunkerModelResource.java |  4 ++
 .../uima/chunker/ChunkerModelResourceImpl.java     |  3 ++
 .../uima/dictionary/DictionaryResource.java        |  5 +++
 .../uima/dictionary/DictionaryResourceImpl.java    |  3 ++
 .../opennlp/uima/doccat/DoccatModelResource.java   |  5 +++
 .../uima/doccat/DoccatModelResourceImpl.java       |  3 ++
 .../java/opennlp/uima/namefind/NameFinder.java     | 37 ++++++++++-------
 .../namefind/TokenNameFinderModelResource.java     |  5 +++
 .../namefind/TokenNameFinderModelResourceImpl.java |  3 ++
 .../src/main/java/opennlp/uima/parser/Parser.java  | 42 +++++++++++++------
 .../opennlp/uima/parser/ParserModelResource.java   |  5 +++
 .../uima/parser/ParserModelResourceImpl.java       |  3 ++
 .../java/opennlp/uima/postag/POSModelResource.java |  5 +++
 .../opennlp/uima/postag/POSModelResourceImpl.java  |  4 ++
 .../main/java/opennlp/uima/postag/POSTagger.java   | 46 ++++++++++++++-------
 .../uima/sentdetect/AbstractSentenceDetector.java  |  8 +---
 .../opennlp/uima/sentdetect/SentenceDetector.java  | 37 ++++++++++-------
 .../uima/sentdetect/SentenceModelResource.java     |  4 ++
 .../uima/sentdetect/SentenceModelResourceImpl.java |  3 ++
 .../opennlp/uima/tokenize/AbstractTokenizer.java   |  7 +---
 .../opennlp/uima/tokenize/SimpleTokenizer.java     | 14 +++++--
 .../main/java/opennlp/uima/tokenize/Tokenizer.java | 36 +++++++++-------
 .../uima/tokenize/TokenizerModelResource.java      | 10 ++---
 .../uima/tokenize/TokenizerModelResourceImpl.java  |  8 +++-
 .../opennlp/uima/tokenize/WhitespaceTokenizer.java | 12 ++++--
 .../util/OpenNlpAnnotatorProcessException.java     |  6 +--
 .../src/main/java/opennlp/uima/util/UimaUtil.java  |  6 +--
 .../src/test/java/opennlp/uima/AbstractIT.java     |  4 +-
 .../tools/namefind/AbstractNameFinderTest.java     |  2 +-
 pom.xml                                            |  5 ++-
 33 files changed, 255 insertions(+), 136 deletions(-)

Reply via email to