This is an automated email from the ASF dual-hosted git repository. mattmann pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tika.git
commit 0d3eb1fd04b11e184252f6648453d86e90ed7e0a Merge: 1934881 70d2455 Author: Chris Mattmann <[email protected]> AuthorDate: Wed May 3 13:32:52 2017 -0700 Merge pull request #169 from thammegowda/TIKA-2016 TIKA-2016 Sentiment Analysis Parser Contributed by amensiko and thammegowda 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 | 29 +++++ 9 files changed, 332 insertions(+), 14 deletions(-) -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
