This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch regenerate_notice_file_after_dep_upgrade
in repository https://gitbox.apache.org/repos/asf/opennlp.git
omit 1b9e1918 Minor: Regenerated NOTICE File for
1a2dc996d7b2043acc12a65848387d417abd59a3
add bd73ea13 OPENNLP-1518: Roberta-based Models - Add support for
utilization via Onnx (#998)
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 (1b9e1918)
\
N -- N -- N refs/heads/regenerate_notice_file_after_dep_upgrade
(bd73ea13)
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:
NOTICE | 2 +-
.../opennlp/tools/tokenize/WordpieceTokenizer.java | 58 ++++++++++--
.../src/main/java/opennlp/dl/AbstractDL.java | 89 ++++++++++++++++--
.../opennlp/dl/doccat/DocumentCategorizerDL.java | 23 +++--
.../java/opennlp/dl/namefinder/NameFinderDL.java | 3 +-
.../java/opennlp/dl/vectors/SentenceVectorsDL.java | 4 +-
.../src/test/java/opennlp/dl/LoadVocabTest.java | 102 +++++++++++++++++++++
.../src/test/resources/opennlp/dl/vocab-plain.txt | 6 ++
.../src/test/resources/opennlp/dl/vocab.json | 8 ++
opennlp-distr/src/main/readme/NOTICE | 2 +-
10 files changed, 268 insertions(+), 29 deletions(-)
create mode 100644
opennlp-core/opennlp-ml/opennlp-dl/src/test/java/opennlp/dl/LoadVocabTest.java
create mode 100644
opennlp-core/opennlp-ml/opennlp-dl/src/test/resources/opennlp/dl/vocab-plain.txt
create mode 100644
opennlp-core/opennlp-ml/opennlp-dl/src/test/resources/opennlp/dl/vocab.json