License |
License |
---|---|
Categories |
CategoriesCoreNLP Business Logic Libraries Machine Learning Natural Language Processing |
GroupId | GroupIdio.github.pepperkit |
ArtifactId | ArtifactIdcorenlp-stop-words-annotator |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCoreNLP 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 |
Source Code Management |
Source Code Management |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
edu.stanford.nlp : stanford-corenlp | jar | 4.3.1 |
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 |