| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииCoreNLP Прикладные библиотеки Machine Learning Natural Language Processing |
| Группа | Группаio.github.pepperkit |
| Идентификатор | Идентификаторcorenlp-stop-words-annotator |
| Последняя версия | Последняя версия1.0.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описание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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| edu.stanford.nlp : stanford-corenlp | jar | 4.3.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |