| License |
License |
|---|---|
| GroupId | GroupIdde.cit-ec.scie |
| ArtifactId | ArtifactIdscie-classifiers |
| Last Version | Last Version2.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSCIE Classifiers
Library based on liblinear which allows to aggregate multiple
UIMA annotations to compound UIMA annotations/higher order concepts/
relations by employing machine learning techniques.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| scie-classifiers-2.0.1.pom | |
| scie-classifiers-2.0.1.jar | 66 KB |
| scie-classifiers-2.0.1-sources.jar | 49 KB |
| scie-classifiers-2.0.1-javadoc.jar | 193 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/de.cit-ec.scie/scie-classifiers/ -->
<dependency>
<groupId>de.cit-ec.scie</groupId>
<artifactId>scie-classifiers</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/de.cit-ec.scie/scie-classifiers/
implementation 'de.cit-ec.scie:scie-classifiers:2.0.1'
// https://jarcasting.com/artifacts/de.cit-ec.scie/scie-classifiers/
implementation ("de.cit-ec.scie:scie-classifiers:2.0.1")
'de.cit-ec.scie:scie-classifiers:jar:2.0.1'
<dependency org="de.cit-ec.scie" name="scie-classifiers" rev="2.0.1">
<artifact name="scie-classifiers" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.cit-ec.scie', module='scie-classifiers', version='2.0.1')
)
libraryDependencies += "de.cit-ec.scie" % "scie-classifiers" % "2.0.1"
[de.cit-ec.scie/scie-classifiers "2.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.uima : uimaj-core | jar | 2.4.2 |
| org.apache.uima : uimafit-core | jar | 2.0.0 |
| de.bwaldvogel : liblinear | jar | 1.94 |
| de.cit-ec.scie : scie-typesystem | jar | 2.0.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |