License |
License |
---|---|
Categories |
CategoriesData ASM Application Layer Libs Bytecode Manipulation ORM |
GroupId | GroupIdorg.erasmusmc.data-mining.peregrine |
ArtifactId | ArtifactIdperegrine-normalizer |
Last Version | Last Version1.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionPeregrine Normalizers
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 |
---|---|
peregrine-normalizer-1.3.pom | |
peregrine-normalizer-1.3.jar | 13 KB |
peregrine-normalizer-1.3-sources.jar | 12 KB |
peregrine-normalizer-1.3-javadoc.jar | 45 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.erasmusmc.data-mining.peregrine/peregrine-normalizer/ -->
<dependency>
<groupId>org.erasmusmc.data-mining.peregrine</groupId>
<artifactId>peregrine-normalizer</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.erasmusmc.data-mining.peregrine/peregrine-normalizer/
implementation 'org.erasmusmc.data-mining.peregrine:peregrine-normalizer:1.3'
// https://jarcasting.com/artifacts/org.erasmusmc.data-mining.peregrine/peregrine-normalizer/
implementation ("org.erasmusmc.data-mining.peregrine:peregrine-normalizer:1.3")
'org.erasmusmc.data-mining.peregrine:peregrine-normalizer:jar:1.3'
<dependency org="org.erasmusmc.data-mining.peregrine" name="peregrine-normalizer" rev="1.3">
<artifact name="peregrine-normalizer" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.erasmusmc.data-mining.peregrine', module='peregrine-normalizer', version='1.3')
)
libraryDependencies += "org.erasmusmc.data-mining.peregrine" % "peregrine-normalizer" % "1.3"
[org.erasmusmc.data-mining.peregrine/peregrine-normalizer "1.3"]
Group / Artifact | Type | Version |
---|---|---|
org.erasmusmc.data-mining.peregrine : peregrine-api | jar | 1.3 |
com.github.rholder : snowball-stemmer | jar | 1.3.0.581.1 |
org.erasmusmc.data-mining.3rd-party : lvg | jar | 2015 |
org.erasmusmc.data-mining.3rd-party : lvg | jar | 2015 |
org.springframework : spring-core | jar | 3.2.1.RELEASE |
commons-logging : commons-logging | jar | 1.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
log4j : log4j | jar | 1.2.17 |