Last Version

SentimentAnalysisParser 0.1

Combines Apache OpenNLP and Apache Tika and provides facilities for automatically deriving sentiment from text.

License

License

GroupId

GroupId

edu.usc.ir
ArtifactId

ArtifactId

sentiment-analysis-parser
Version

Version

0.1
Type

Type

jar
Description

Description

SentimentAnalysisParser
Combines Apache OpenNLP and Apache Tika and provides facilities for automatically deriving sentiment from text.
Project URL

Project URL

https://github.com/USCDataScience/SentimentAnalysisParser
Source Code Management

Source Code Management

https://github.com/USCDataScience/SentimentAnalysisParser.git

Download sentiment-analysis-parser 0.1


<!-- https://jarcasting.com/artifacts/edu.usc.ir/sentiment-analysis-parser/ -->
<dependency>
    <groupId>edu.usc.ir</groupId>
    <artifactId>sentiment-analysis-parser</artifactId>
    <version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/edu.usc.ir/sentiment-analysis-parser/
implementation 'edu.usc.ir:sentiment-analysis-parser:0.1'
// https://jarcasting.com/artifacts/edu.usc.ir/sentiment-analysis-parser/
implementation ("edu.usc.ir:sentiment-analysis-parser:0.1")
'edu.usc.ir:sentiment-analysis-parser:jar:0.1'
<dependency org="edu.usc.ir" name="sentiment-analysis-parser" rev="0.1">
  <artifact name="sentiment-analysis-parser" type="jar" />
</dependency>
@Grapes(
@Grab(group='edu.usc.ir', module='sentiment-analysis-parser', version='0.1')
)
libraryDependencies += "edu.usc.ir" % "sentiment-analysis-parser" % "0.1"
[edu.usc.ir/sentiment-analysis-parser "0.1"]

Dependencies

compile (9)

Group / Artifact Type Version
org.apache.tika : tika-core jar 1.13
org.apache.tika : tika-parsers jar 1.13
org.apache.tika : tika-langdetect jar 1.13
org.apache.tika : tika-batch jar 1.13
org.apache.opennlp : opennlp-tools jar 1.6.0
org.slf4j : slf4j-log4j12 jar 1.7.21
org.slf4j : jul-to-slf4j jar 1.7.21
org.slf4j : jcl-over-slf4j jar 1.7.21
log4j : log4j jar 1.2.17

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.