Last Version

Negation Detection 3.0.0

Negation Detection based on POS tags as well as optional language specific negation rules (e.g. so that "Unterstützung" is treated as negated in a phrase like "keine Unterstützung" even so that it is gramatically not an negation)

License

License

GroupId

GroupId

io.redlink.nlp
ArtifactId

ArtifactId

nlp-negation
Version

Version

3.0.0
Type

Type

jar
Description

Description

Negation Detection
Negation Detection based on POS tags as well as optional language specific negation rules (e.g. so that "Unterstützung" is treated as negated in a phrase like "keine Unterstützung" even so that it is gramatically not an negation)
Project Organization

Project Organization

Redlink GmbH

Download nlp-negation 3.0.0


<!-- https://jarcasting.com/artifacts/io.redlink.nlp/nlp-negation/ -->
<dependency>
    <groupId>io.redlink.nlp</groupId>
    <artifactId>nlp-negation</artifactId>
    <version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.redlink.nlp/nlp-negation/
implementation 'io.redlink.nlp:nlp-negation:3.0.0'
// https://jarcasting.com/artifacts/io.redlink.nlp/nlp-negation/
implementation ("io.redlink.nlp:nlp-negation:3.0.0")
'io.redlink.nlp:nlp-negation:jar:3.0.0'
<dependency org="io.redlink.nlp" name="nlp-negation" rev="3.0.0">
  <artifact name="nlp-negation" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.redlink.nlp', module='nlp-negation', version='3.0.0')
)
libraryDependencies += "io.redlink.nlp" % "nlp-negation" % "3.0.0"
[io.redlink.nlp/nlp-negation "3.0.0"]

Dependencies

compile (4)

Group / Artifact Type Version
io.redlink.nlp : nlp-model jar 3.0.0
org.apache.commons : commons-lang3 jar 3.4
commons-io : commons-io jar 2.7
org.slf4j : slf4j-api jar 1.7.36

provided (1)

Group / Artifact Type Version
org.springframework.boot : spring-boot-autoconfigure jar

test (4)

Group / Artifact Type Version
io.redlink.nlp : nlp-opennlp-de jar 3.0.0
org.apache.commons : commons-math3 jar 3.6.1
junit : junit jar 4.13.2
ch.qos.logback : logback-classic jar 1.2.4

Project Modules

There are no modules declared in this project.