| Лицензия |
Лицензия |
|---|---|
| Группа | Группаde.cit-ec.scie |
| Идентификатор | Идентификаторscie-core |
| Последняя версия | Последняя версия2.0.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеSCIE Core
Contains the SCIE main application and the CLI interface.
This project integrates the named entity recognition (NER), the
PDF import and the classification and interfaces with the UIMA framework.
The command line interface can be used to produce a set of UIMA XCAS files.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| scie-core-2.0.1.pom | |
| scie-core-2.0.1.jar | 139 KB |
| scie-core-2.0.1-sources.jar | 97 KB |
| scie-core-2.0.1-javadoc.jar | 467 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/de.cit-ec.scie/scie-core/ -->
<dependency>
<groupId>de.cit-ec.scie</groupId>
<artifactId>scie-core</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/de.cit-ec.scie/scie-core/
implementation 'de.cit-ec.scie:scie-core:2.0.1'
// https://jarcasting.com/artifacts/de.cit-ec.scie/scie-core/
implementation ("de.cit-ec.scie:scie-core:2.0.1")
'de.cit-ec.scie:scie-core:jar:2.0.1'
<dependency org="de.cit-ec.scie" name="scie-core" rev="2.0.1">
<artifact name="scie-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.cit-ec.scie', module='scie-core', version='2.0.1')
)
libraryDependencies += "de.cit-ec.scie" % "scie-core" % "2.0.1"
[de.cit-ec.scie/scie-core "2.0.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.uima : uimaj-core | jar | 2.4.2 |
| org.apache.uima : uimafit-core | jar | 2.0.0 |
| log4j : log4j | jar | 1.2.14 |
| edu.stanford.nlp » stanford-pos-tagger | jar | 3.5.0 |
| de.cit-ec.scie : scie-typesystem | jar | 2.0.1 |
| de.cit-ec.scie : pdf-extractor | jar | 2.0.1 |
| de.cit-ec.scie : scie-classifiers | jar | 2.0.1 |
| de.cit-ec.scie : ner-core | jar | 2.0.1 |
| de.cit-ec.scie : ner-mapdb | jar | 2.0.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.11 |