MVN

org.apache.uima : OpenCalaisAnnotator

Maven & Gradle

Aug 24, 2011
5 usages

Sends text to a remote open calais annotators and adds the annotations returned to the CAS

<dependency>
    <groupId>org.apache.uima</groupId>
    <artifactId>OpenCalaisAnnotator</artifactId>
    <version>2.3.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.uima : OpenCalaisAnnotator to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3.1

All Versions

Choose a version of org.apache.uima : OpenCalaisAnnotator to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.3.x
OpenCalaisAnnotator-2.3.1

How to add a dependency to Maven

Add the following org.apache.uima : OpenCalaisAnnotator maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.uima</groupId>
    <artifactId>OpenCalaisAnnotator</artifactId>
    <version>2.3.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.uima : OpenCalaisAnnotator gradle dependency to your build.gradle file:

implementation 'org.apache.uima:OpenCalaisAnnotator:2.3.1'

Gradle Kotlin DSL: Add the following org.apache.uima : OpenCalaisAnnotator gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.uima:OpenCalaisAnnotator:2.3.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.uima : OpenCalaisAnnotator sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.uima" % "OpenCalaisAnnotator" % "2.3.1"

Advertisement

Dependencies from Group

Feb 19, 2023
482 usages
60 stars
Feb 03, 2023
370 usages
32 stars
Feb 19, 2023
45 usages
60 stars
Feb 19, 2023
33 usages
60 stars
Feb 19, 2023
20 usages
60 stars

Discover Dependencies