Download sentiment-analysis-parser-0.1.jar file - Jar s

Jar examples for s:sentiment-analysis-parser

Description

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

You can download jar file sentiment-analysis-parser 0.1 in this page.

License

The Apache License, Version 2.0

Build File

You can use the following script to add sentiment-analysis-parser-0.1.jar to your project.

<dependency>
   <groupId>edu.usc.ir</groupId>
   <artifactId>sentiment-analysis-parser</artifactId>
   <version>0.1</version>
</dependency>
compile group: 'edu.usc.ir', name: 'sentiment-analysis-parser', version: '0.1'
libraryDependencies += "edu.usc.ir" % "sentiment-analysis-parser" % "0.1"
<dependency org="edu.usc.ir" name="sentiment-analysis-parser" rev="0.1"/>
@Grapes(@Grab(group='edu.usc.ir', module='sentiment-analysis-parser', version='0.1'))
'edu.usc.ir:sentiment-analysis-parser:jar:0.1'

Download

Click the following link to download the jar file.

sentiment-analysis-parser-0.1-javadoc.jar
sentiment-analysis-parser-0.1-sources.jar
sentiment-analysis-parser-0.1.jar
sentiment-analysis-parser-0.1.pom



Related Tutorials