knowitall / chunkedextractor   2.2.1

GitHub

Extractors whose input is a chunked sentence. Includes Relnoun, Nesty, and a scala interface for ReVerb.

Scala versions: 2.10

chunkedextractor 1.0.9


Group ID:
edu.washington.cs.knowitall.chunkedextractor
Artifact ID:
chunkedextractor_2.10
Version:
1.0.9
Release Date:
Dec 30, 2014
Licenses:

libraryDependencies += "edu.washington.cs.knowitall.chunkedextractor" %% "chunkedextractor" % "1.0.9"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"edu.washington.cs.knowitall.chunkedextractor::chunkedextractor:1.0.9"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "edu.washington.cs.knowitall.chunkedextractor::chunkedextractor:1.0.9"

Ammonite REPL

import $ivy.`edu.washington.cs.knowitall.chunkedextractor::chunkedextractor:1.0.9`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray's JCenter",
  "Some(https://jcenter.bintray.com)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>edu.washington.cs.knowitall.chunkedextractor</groupId>
  <artifactId>chunkedextractor_2.10</artifactId>
  <version>1.0.9</version>
</dependency>

compile group: 'edu.washington.cs.knowitall.chunkedextractor', name: 'chunkedextractor_2.10', version: '1.0.9'