SentimentalJ

Sentiment analysis, based on the Sentimental node.js library. Approach based on the AFINN word lists.

License

License

GroupId

GroupId

uk.bl.wa.sentimentalj
ArtifactId

ArtifactId

sentimentalj
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

SentimentalJ
Sentiment analysis, based on the Sentimental node.js library. Approach based on the AFINN word lists.
Project Organization

Project Organization

The British Library

Download sentimentalj

How to add to project

<!-- https://jarcasting.com/artifacts/uk.bl.wa.sentimentalj/sentimentalj/ -->
<dependency>
    <groupId>uk.bl.wa.sentimentalj</groupId>
    <artifactId>sentimentalj</artifactId>
    <version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/uk.bl.wa.sentimentalj/sentimentalj/
implementation 'uk.bl.wa.sentimentalj:sentimentalj:1.0.2'
// https://jarcasting.com/artifacts/uk.bl.wa.sentimentalj/sentimentalj/
implementation ("uk.bl.wa.sentimentalj:sentimentalj:1.0.2")
'uk.bl.wa.sentimentalj:sentimentalj:jar:1.0.2'
<dependency org="uk.bl.wa.sentimentalj" name="sentimentalj" rev="1.0.2">
  <artifact name="sentimentalj" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.bl.wa.sentimentalj', module='sentimentalj', version='1.0.2')
)
libraryDependencies += "uk.bl.wa.sentimentalj" % "sentimentalj" % "1.0.2"
[uk.bl.wa.sentimentalj/sentimentalj "1.0.2"]

Dependencies

compile (2)

Group / Artifact Type Version
log4j : log4j jar 1.2.14
junit : junit jar 4.8.2

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.2
1.0.1