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 2.2.0


Group ID:
edu.washington.cs.knowitall.chunkedextractor
Artifact ID:
chunkedextractor_2.10
Version:
2.2.0
Release Date:
Jan 15, 2016
Licenses:

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

Mill build tool

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

Scala CLI

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

Ammonite REPL

import $ivy.`edu.washington.cs.knowitall.chunkedextractor::chunkedextractor:2.2.0`
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>2.2.0</version>
</dependency>

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