| Категории |
КатегорииCoreNLP Прикладные библиотеки Machine Learning Natural Language Processing |
|---|---|
| Группа | Группаorg.maochen.nlp |
| Идентификатор | ИдентификаторCoreNLP-NLP |
| Версия | Версия1.0.10-RC2 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| CoreNLP-NLP-1.0.10-RC2.pom | |
| CoreNLP-NLP-1.0.10-RC2.jar | 72 KB |
| CoreNLP-NLP-1.0.10-RC2-sources.jar | 38 KB |
| CoreNLP-NLP-1.0.10-RC2-javadoc.jar | 188 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.maochen.nlp/CoreNLP-NLP/ -->
<dependency>
<groupId>org.maochen.nlp</groupId>
<artifactId>CoreNLP-NLP</artifactId>
<version>1.0.10-RC2</version>
</dependency>
// https://jarcasting.com/artifacts/org.maochen.nlp/CoreNLP-NLP/
implementation 'org.maochen.nlp:CoreNLP-NLP:1.0.10-RC2'
// https://jarcasting.com/artifacts/org.maochen.nlp/CoreNLP-NLP/
implementation ("org.maochen.nlp:CoreNLP-NLP:1.0.10-RC2")
'org.maochen.nlp:CoreNLP-NLP:jar:1.0.10-RC2'
<dependency org="org.maochen.nlp" name="CoreNLP-NLP" rev="1.0.10-RC2">
<artifact name="CoreNLP-NLP" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.maochen.nlp', module='CoreNLP-NLP', version='1.0.10-RC2')
)
libraryDependencies += "org.maochen.nlp" % "CoreNLP-NLP" % "1.0.10-RC2"
[org.maochen.nlp/CoreNLP-NLP "1.0.10-RC2"]