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