Last Version

CoreNLP Stop Words Annotator 1.0.0

Annotator for CoreNLP library, allows to add the set of rules or/and the word themselves, which should be filtered out in the CoreNLP pipeline processing.

License

License

Categories

Categories

CoreNLP Business Logic Libraries Machine Learning Natural Language Processing
GroupId

GroupId

io.github.pepperkit
ArtifactId

ArtifactId

corenlp-stop-words-annotator
Version

Version

1.0.0
Type

Type

jar
Description

Description

CoreNLP Stop Words Annotator
Annotator for CoreNLP library, allows to add the set of rules or/and the word themselves, which should be filtered out in the CoreNLP pipeline processing.
Project URL

Project URL

https://github.com/pepperkit
Source Code Management

Source Code Management

https://github.com/pepperkit/corenlp-stop-words-annotator/tree/master

Download corenlp-stop-words-annotator 1.0.0


<!-- https://jarcasting.com/artifacts/io.github.pepperkit/corenlp-stop-words-annotator/ -->
<dependency>
    <groupId>io.github.pepperkit</groupId>
    <artifactId>corenlp-stop-words-annotator</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.pepperkit/corenlp-stop-words-annotator/
implementation 'io.github.pepperkit:corenlp-stop-words-annotator:1.0.0'
// https://jarcasting.com/artifacts/io.github.pepperkit/corenlp-stop-words-annotator/
implementation ("io.github.pepperkit:corenlp-stop-words-annotator:1.0.0")
'io.github.pepperkit:corenlp-stop-words-annotator:jar:1.0.0'
<dependency org="io.github.pepperkit" name="corenlp-stop-words-annotator" rev="1.0.0">
  <artifact name="corenlp-stop-words-annotator" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.pepperkit', module='corenlp-stop-words-annotator', version='1.0.0')
)
libraryDependencies += "io.github.pepperkit" % "corenlp-stop-words-annotator" % "1.0.0"
[io.github.pepperkit/corenlp-stop-words-annotator "1.0.0"]

Dependencies

compile (1)

Group / Artifact Type Version
edu.stanford.nlp : stanford-corenlp jar 4.3.1

test (5)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-engine jar 5.8.1
org.junit.jupiter : junit-jupiter jar 5.8.1
org.mockito : mockito-core jar 4.0.0
org.assertj : assertj-core jar 3.21.0
edu.stanford.nlp : stanford-corenlp jar 4.3.1

Project Modules

There are no modules declared in this project.