is not current version
Last Version 1.4.1.5-jdk1.8

FastContext (An optimized implementation of ConText algorithm) 1.3.2.0

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

License

License

GroupId

GroupId

edu.utah.bmi.nlp
ArtifactId

ArtifactId

fastcontext
Version

Version

1.3.2.0
Type

Type

jar
Description

Description

FastContext (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

https://github.com/jianlins/FastContext
Project Organization

Project Organization

The Department of Biomedical Informatics, University of Utah

Download fastcontext 1.3.2.0


<!-- 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"]

Dependencies

compile (1)

Group / Artifact Type Version
edu.utah.bmi.nlp : nlp-core jar 1.3.2.0

test (1)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter jar RELEASE

Project Modules

There are no modules declared in this project.