License |
License |
---|---|
GroupId | GroupIdedu.utah.bmi.nlp |
ArtifactId | ArtifactIdfastcontext |
Version | Version1.3.2.0 |
Type | Typejar |
Description |
DescriptionFastContext (An optimized implementation of ConText algorithm)
FastContext is an optimized Java implementation of ConText algorithm
(https://www.ncbi.nlm.nih.gov/pubmed/23920642). It runs two orders of magnitude faster than previous two
popular implementations: JavaConText and GeneralConText.
Version 2.0 includes UIMA wrapper
|
Project URL |
Project URL |
Project Organization |
Project OrganizationThe Department of Biomedical Informatics, University of Utah |
Filename | Size |
---|---|
fastcontext-1.3.2.0.pom | |
fastcontext-1.3.2.0.jar | 40 KB |
fastcontext-1.3.2.0-tests.jar | 20 KB |
fastcontext-1.3.2.0-sources.jar | 28 KB |
fastcontext-1.3.2.0-javadoc.jar | 120 KB |
Browse |
<!-- https://jarcasting.com/artifacts/edu.utah.bmi.nlp/fastcontext/ -->
<dependency>
<groupId>edu.utah.bmi.nlp</groupId>
<artifactId>fastcontext</artifactId>
<version>1.3.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/edu.utah.bmi.nlp/fastcontext/
implementation 'edu.utah.bmi.nlp:fastcontext:1.3.2.0'
// https://jarcasting.com/artifacts/edu.utah.bmi.nlp/fastcontext/
implementation ("edu.utah.bmi.nlp:fastcontext:1.3.2.0")
'edu.utah.bmi.nlp:fastcontext:jar:1.3.2.0'
<dependency org="edu.utah.bmi.nlp" name="fastcontext" rev="1.3.2.0">
<artifact name="fastcontext" type="jar" />
</dependency>
@Grapes(
@Grab(group='edu.utah.bmi.nlp', module='fastcontext', version='1.3.2.0')
)
libraryDependencies += "edu.utah.bmi.nlp" % "fastcontext" % "1.3.2.0"
[edu.utah.bmi.nlp/fastcontext "1.3.2.0"]
Group / Artifact | Type | Version |
---|---|---|
edu.utah.bmi.nlp : nlp-core | jar | 1.3.2.0 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | RELEASE |