MVN

edu.utah.bmi.nlp : fastcontext

Maven & Gradle

Mar 14, 2022
2 usages
7 stars

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

<dependency>
    <groupId>edu.utah.bmi.nlp</groupId>
    <artifactId>fastcontext</artifactId>
    <version>1.4.1.5-jdk1.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of edu.utah.bmi.nlp : fastcontext to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.1.5-jdk1.8

All Versions

Choose a version of edu.utah.bmi.nlp : fastcontext to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4.x
fastcontext-1.4.1.5-jdk1.8
1.3.x
fastcontext-1.3.2.0
fastcontext-1.3.1.9
fastcontext-1.3.1.8
fastcontext-1.3.1.7
fastcontext-1.3.1.6
fastcontext-1.3.1.5
fastcontext-1.3.1.2
fastcontext-1.3.1.1
fastcontext-1.3.0
1.0
fastcontext-1.0

How to add a dependency to Maven

Add the following edu.utah.bmi.nlp : fastcontext maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>edu.utah.bmi.nlp</groupId>
    <artifactId>fastcontext</artifactId>
    <version>1.4.1.5-jdk1.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following edu.utah.bmi.nlp : fastcontext gradle dependency to your build.gradle file:

implementation 'edu.utah.bmi.nlp:fastcontext:1.4.1.5-jdk1.8'

Gradle Kotlin DSL: Add the following edu.utah.bmi.nlp : fastcontext gradle kotlin dependency to your build.gradle.kts file:

implementation("edu.utah.bmi.nlp:fastcontext:1.4.1.5-jdk1.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following edu.utah.bmi.nlp : fastcontext sbt scala dependency to your build.sbt file:

libraryDependencies += "edu.utah.bmi.nlp" % "fastcontext" % "1.4.1.5-jdk1.8"

Advertisement