License |
License |
---|---|
Categories |
CategoriesData ASM Application Layer Libs Bytecode Manipulation |
GroupId | GroupIdorg.erasmusmc.data-mining.ontology |
ArtifactId | ArtifactIdontology-api |
Last Version | Last Version1.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionOntology API
The data-mining project contains Peregrine and several
supporting modules, e.g. for ontologies and datasets. Peregrine is an
indexing engine or tagger: a piece of software that can be used to
recognize concepts in human readable text, based on a database
(thesaurus) of known terms. Multi-word terms are correctly recognized.
If terms can represent multiple concepts, Peregrine will attempt to
disambiguate them.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
ontology-api-1.3.pom | |
ontology-api-1.3.jar | 42 KB |
ontology-api-1.3-tests.jar | 27 KB |
ontology-api-1.3-sources.jar | 50 KB |
ontology-api-1.3-javadoc.jar | 120 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.erasmusmc.data-mining.ontology/ontology-api/ -->
<dependency>
<groupId>org.erasmusmc.data-mining.ontology</groupId>
<artifactId>ontology-api</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.erasmusmc.data-mining.ontology/ontology-api/
implementation 'org.erasmusmc.data-mining.ontology:ontology-api:1.3'
// https://jarcasting.com/artifacts/org.erasmusmc.data-mining.ontology/ontology-api/
implementation ("org.erasmusmc.data-mining.ontology:ontology-api:1.3")
'org.erasmusmc.data-mining.ontology:ontology-api:jar:1.3'
<dependency org="org.erasmusmc.data-mining.ontology" name="ontology-api" rev="1.3">
<artifact name="ontology-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.erasmusmc.data-mining.ontology', module='ontology-api', version='1.3')
)
libraryDependencies += "org.erasmusmc.data-mining.ontology" % "ontology-api" % "1.3"
[org.erasmusmc.data-mining.ontology/ontology-api "1.3"]
Group / Artifact | Type | Version |
---|---|---|
commons-lang : commons-lang | jar | 2.4 |
commons-logging : commons-logging | jar | 1.2 |
Group / Artifact | Type | Version |
---|---|---|
commons-collections : commons-collections | jar | 3.2 |
org.easymock : easymock | jar | 3.0 |
junit : junit | jar | 4.11 |
log4j : log4j | jar | 1.2.17 |