This is an automated email from the ASF dual-hosted git repository.
mattmann pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/tika.git.
from 1934881 TIKA-2352 -- via Pascal Essiembre. This closes #176
adds be8b433 creation of TIKA-2016 contributed by amensiko
adds 5e4678e remove dependency on edu.usc.sentiment
adds bec2f9b remove sysout
adds a405fc4 Fixed SentimentParser, upgraded, using params, added test
adds f1caef1 TIKA-2016 Added license header
adds 84ffe8d TIKA-2016 Undo orthogonal changes
adds ae06bae TIKA-2016 fix classpath URL for model
adds 2217a8f Updating Tika Bundle POM for sentiment analysis - still
getting errors.
adds b26aa05 Fix Tika Bundle for TIKA-2016.
adds c5da6bb Add multi-class/categorical sentiment config test file.
adds b46f20d Add categorical test.
adds f073660 record change for TIKA-2016.
adds 70d2455 Merge branch 'master' into TIKA-2016
new 0d3eb1f Merge pull request #169 from thammegowda/TIKA-2016
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
CHANGES.txt | 5 +
tika-bundle/pom.xml | 7 +-
tika-parsers/pom.xml | 63 ++++++++--
.../parser/sentiment/analysis/SentimentParser.java | 139 +++++++++++++++++++++
.../services/org.apache.tika.parser.Parser | 1 +
.../tika/org/apache/tika/mime/custom-mimetypes.xml | 17 +++
.../sentiment/analysis/SentimentParserTest.java | 73 +++++++++++
.../analysis/tika-config-sentiment-opennlp-cat.xml | 12 ++
.../analysis/tika-config-sentiment-opennlp.xml | 9 +-
9 files changed, 309 insertions(+), 17 deletions(-)
create mode 100644
tika-parsers/src/main/java/org/apache/tika/parser/sentiment/analysis/SentimentParser.java
create mode 100644
tika-parsers/src/main/tika/org/apache/tika/mime/custom-mimetypes.xml
create mode 100644
tika-parsers/src/test/java/org/apache/tika/parser/sentiment/analysis/SentimentParserTest.java
create mode 100644
tika-parsers/src/test/resources/org/apache/tika/parser/sentiment/analysis/tika-config-sentiment-opennlp-cat.xml
copy
tika-core/src/test/resources/org/apache/tika/config/TIKA-1986-bad-parameters.xml
=>
tika-parsers/src/test/resources/org/apache/tika/parser/sentiment/analysis/tika-config-sentiment-opennlp.xml
(66%)
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].