is not current version
Last Version 1.4.1.5-jdk1.8

edu.utah.bmi.nlp:fastcontext 1.3.1.1

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

GroupId

GroupId

edu.utah.bmi.nlp
ArtifactId

ArtifactId

fastcontext
Version

Version

1.3.1.1
Type

Type

jar

Download fastcontext 1.3.1.1


<!-- https://jarcasting.com/artifacts/edu.utah.bmi.nlp/fastcontext/ -->
<dependency>
    <groupId>edu.utah.bmi.nlp</groupId>
    <artifactId>fastcontext</artifactId>
    <version>1.3.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/edu.utah.bmi.nlp/fastcontext/
implementation 'edu.utah.bmi.nlp:fastcontext:1.3.1.1'
// https://jarcasting.com/artifacts/edu.utah.bmi.nlp/fastcontext/
implementation ("edu.utah.bmi.nlp:fastcontext:1.3.1.1")
'edu.utah.bmi.nlp:fastcontext:jar:1.3.1.1'
<dependency org="edu.utah.bmi.nlp" name="fastcontext" rev="1.3.1.1">
  <artifact name="fastcontext" type="jar" />
</dependency>
@Grapes(
@Grab(group='edu.utah.bmi.nlp', module='fastcontext', version='1.3.1.1')
)
libraryDependencies += "edu.utah.bmi.nlp" % "fastcontext" % "1.3.1.1"
[edu.utah.bmi.nlp/fastcontext "1.3.1.1"]