This is an automated email from the ASF dual-hosted git repository.
mawiesne pushed a change to branch OPENNLP-855-Sentiment-from-text
in repository https://gitbox.apache.org/repos/asf/opennlp.git
omit a0526b4e OPENNLP-855: New SentimentAnalysisParser
add 87c8d390 Bump jackson.version from 2.17.1 to 2.17.2
add 0b856c5b OPENNLP-1590 Clear open TODO in GenericFactoryTest - adjusts
DictionaryFeatureGeneratorFactory to handle situations without a
ResourceManager instance at runtime - fixes a missing Exception type in catch
block of GeneratorFactory#buildGenerator which wasn't handled correctly -
clears TODO in GeneratorFactoryTest - adds another test case to demonstrate
that a descriptively declared dictionary is loaded for the creation of a
DictionaryFeatureGeneratorFactory - adds a relat [...]
add d4dfa5ff OPENNLP-1595 Clear methods that are identical to their super
methods
add 689e7ac5 OPENNLP-1596 Modernize immutable collection creation
add 1d64c7c8 OPENNLP-1597 Use isEmpty instead of equals comparison against
empty string
add 25ffc6df Bump com.ruleoftech:markdown-page-generator-plugin from 2.4.0
to 2.4.2
add 122f0995 [maven-release-plugin] prepare release opennlp-2.4.0
add 873f73f3 [maven-release-plugin] prepare for next development iteration
add 066315f8 OPENNLP-1599 - Add "model.language" to opennlp-models
add 4959d959 OPENNLP-1601 - Bump junit.version from 5.10.3 to 5.11.0 (#644)
add b56c0cfc OPENNLP-1602 - Bump slf4j.version from 2.0.13 to 2.0.16 (#643)
add fdc7220f OPENNLP-1603 - Bump jersey.version from 3.1.7 to 3.1.8 (#642)
add d4363234 Bump com.puppycrawl.tools:checkstyle from 10.17.0 to 10.18.0
add 1677277f OPENNLP-1604 - ONXX Runtime 1.19.0
add efda02b3 OPENNLP-1605 - classgraph 4.8.175
add 05cc652c Bump com.puppycrawl.tools:checkstyle from 10.18.0 to 10.18.1
add c758c3ff OPENNLP-1606 - Bump onnxruntime.version from 1.19.0 to 1.19.2
(#651)
add a1c46d18 OPENNLP-1600 - Ability to disable POS mapper
add 025f1b7a OPENNLP-1607: SimpleClassPathModelFinder not returning list
of matching paths (#652)
add 88b4f6f7 OPENNLP-1608: Added mvnw and mvnw.cmd (#653)
add e0e692e1 OPENNLP-1609: Bump com.ginsberg:junit5-system-exit from 1.1.2
to 2.0.0 (#650)
add 9ea12bf2 OPENNLP-1610: Bump io.github.classgraph:classgraph from
4.8.175 to 4.8.176 (#654)
add d952557a Bump com.puppycrawl.tools:checkstyle from 10.18.1 to 10.18.2
add be925f2e OPENNLP-1611: Bump junit.version from 5.11.0 to 5.11.1 (#657)
add 04ad2423 adapts GH actions config in maven.yml adding macos-latest as
platform (#659)
add a7bdbd6d OPENNLP-1612 - DownloadUtil should validate checksum on
download (#658)
add df4a7ca0 OPENNLP-936: Add thread-safe versions of POSTaggerME,
SentenceDetecto… (#69)
add e68a04c0 OPENNLP-1616 - Jackson 2.18.0
add ef0a82fb OPENNLP-1617 - JUnit 5.11.2
add eb777d2d OPENNLP-1619 - Fix possible NPE for PerformanceMonitor in
*Tools
add e15a618e OPENNLP-1618 - AbstractDL does not release Ort Resources
add 87947bbc OPENNLP-1622 Update URL model reference in README.md (#664)
add 6a88cc6c OPENNLP-1624 - Bump jersey.version from 3.1.8 to 3.1.9 (#665)
add c01b3629 OPENNLP-1625 - Bump de.thetaphi:forbiddenapis from 3.7 to 3.8
(#666)
add ccca8ca5 OPENNLP-1620 - It should be possible to remove the allocated
ThreadLocal
add 01e9b945 OPENNLP-1630 Move to Apache Parent 33 (#668)
add 3616cb71 OPENNLP-855: New SentimentAnalysisParser
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 (a0526b4e)
\
N -- N -- N refs/heads/OPENNLP-855-Sentiment-from-text (3616cb71)
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:
.github/workflows/maven.yml | 4 +-
.mvn/wrapper/maven-wrapper.properties | 19 ++
README.md | 5 +-
mvnw | 259 +++++++++++++++++++
mvnw.cmd | 149 +++++++++++
opennlp-brat-annotator/pom.xml | 2 +-
opennlp-distr/pom.xml | 4 +-
opennlp-dl-gpu/pom.xml | 2 +-
opennlp-dl/pom.xml | 2 +-
.../src/main/java/opennlp/dl/AbstractDL.java | 18 +-
.../dl/doccat/DocumentCategorizerDLEval.java | 273 +++++++++++----------
.../opennlp/dl/namefinder/NameFinderDLEval.java | 117 +++++----
.../opennlp/dl/vectors/SentenceVectorsDLEval.java | 17 +-
opennlp-docs/pom.xml | 2 +-
opennlp-morfologik-addon/pom.xml | 2 +-
.../main/java/opennlp/morfologik/cmdline/CLI.java | 2 +-
.../lemmatizer/MorfologikLemmatizer.java | 3 +-
opennlp-tools-models/pom.xml | 30 ++-
.../java/opennlp/tools/models/ClassPathModel.java | 4 +
.../models/simple/SimpleClassPathModelFinder.java | 34 +--
.../tools/models/AbstractModelLoaderTest.java | 1 +
opennlp-tools/pom.xml | 47 ++--
.../opennlp/tools/chunker/ChunkSampleStream.java | 2 +-
.../tools/cmdline/chunker/ChunkerMETool.java | 3 +-
.../opennlp/tools/cmdline/parser/ParserTool.java | 3 +-
.../tools/cmdline/postag/POSTaggerTool.java | 3 +-
.../cmdline/tokenizer/CommandLineTokenizer.java | 3 +-
.../java/opennlp/tools/doccat/DocumentSample.java | 11 +-
.../tools/entitylinker/EntityLinkerFactory.java | 4 +-
.../tools/formats/TwentyNewsgroupSampleStream.java | 4 -
.../formats/brat/AnnotationConfiguration.java | 4 +-
.../tools/formats/brat/EventAnnotation.java | 4 +-
.../formats/masc/MascNamedEntitySampleStream.java | 5 -
.../tools/formats/masc/MascPOSSampleStream.java | 5 -
.../formats/masc/MascSentenceSampleStream.java | 5 -
.../tools/formats/masc/MascTokenSampleStream.java | 5 -
.../opennlp/tools/formats/muc/MucElementNames.java | 14 +-
.../tools/formats/muc/MucNameContentHandler.java | 21 +-
.../ontonotes/OntoNotesNameSampleStream.java | 3 +-
.../java/opennlp/tools/lemmatizer/LemmaSample.java | 9 +-
.../tools/lemmatizer/LemmaSampleStream.java | 2 +-
.../java/opennlp/tools/ml/maxent/GISModel.java | 3 +-
.../tools/namefind/NameFinderEventStream.java | 6 +-
.../java/opennlp/tools/namefind/NameSample.java | 2 +-
.../tools/namefind/NameSampleTypeFilter.java | 2 +-
.../java/opennlp/tools/postag/POSTagFormat.java | 2 +-
.../opennlp/tools/postag/POSTagFormatMapper.java | 26 +-
.../java/opennlp/tools/postag/POSTaggerME.java | 11 +-
.../tools/postag/ThreadSafePOSTaggerME.java | 81 ++++++
.../sentdetect/DefaultSDContextGenerator.java | 8 +-
.../tools/sentdetect/SentenceSampleStream.java | 8 +-
.../sentdetect/ThreadSafeSentenceDetectorME.java | 77 ++++++
.../tools/tokenize/ThreadSafeTokenizerME.java | 75 ++++++
.../java/opennlp/tools/tokenize/TokenSample.java | 2 +-
.../main/java/opennlp/tools/util/DownloadUtil.java | 74 +++++-
.../java/opennlp/tools/util/ParagraphStream.java | 2 +-
.../DictionaryFeatureGeneratorFactory.java | 39 ++-
.../tools/util/featuregen/GeneratorFactory.java | 6 +-
.../opennlp/tools/EnabledWhenCDNAvailable.java | 4 +-
.../tools/chunker/DummyChunkSampleStream.java | 2 +-
.../opennlp/tools/eval/MultiThreadedToolsEval.java | 90 +++++++
.../tools/lemmatizer/DummyLemmaSampleStream.java | 2 +-
.../java/opennlp/tools/postag/POSTaggerMETest.java | 16 ++
.../util/featuregen/GeneratorFactoryTest.java | 88 ++++---
.../featuregen/DictionaryTest.xml} | 11 +-
.../TestDictionarySerializerMappingExtraction.xml | 8 +-
opennlp-uima/pom.xml | 2 +-
.../java/opennlp/uima/normalizer/Normalizer.java | 59 ++---
.../uima/util/AnnotationComboIteratorTest.java | 2 -
pom.xml | 45 ++--
70 files changed, 1340 insertions(+), 519 deletions(-)
create mode 100644 .mvn/wrapper/maven-wrapper.properties
create mode 100755 mvnw
create mode 100644 mvnw.cmd
create mode 100644
opennlp-tools/src/main/java/opennlp/tools/postag/ThreadSafePOSTaggerME.java
create mode 100644
opennlp-tools/src/main/java/opennlp/tools/sentdetect/ThreadSafeSentenceDetectorME.java
create mode 100644
opennlp-tools/src/main/java/opennlp/tools/tokenize/ThreadSafeTokenizerME.java
create mode 100644
opennlp-tools/src/test/java/opennlp/tools/eval/MultiThreadedToolsEval.java
copy opennlp-tools/src/test/resources/opennlp/tools/{lang/abb_IT.xml =>
util/featuregen/DictionaryTest.xml} (90%)