License |
License |
---|---|
GroupId | GroupIdedu.usc.ir |
ArtifactId | ArtifactIdsentiment-analysis-parser |
Version | Version0.1 |
Type | Typejar |
Description |
DescriptionSentimentAnalysisParser
Combines Apache OpenNLP and Apache Tika and provides facilities for automatically deriving sentiment from text.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |