chunkedextractor

Wrapper and implementation for extractors of chunked sentences.

License

License

Categories

Categories

Dex General Purpose Libraries Utility
GroupId

GroupId

edu.washington.cs.knowitall.chunkedextractor
ArtifactId

ArtifactId

chunkedextractor_2.10
Last Version

Last Version

2.2.1
Release Date

Release Date

Type

Type

jar
Description

Description

chunkedextractor
Wrapper and implementation for extractors of chunked sentences.
Project URL

Project URL

http://github.com/knowitall/chunkedextractor
Project Organization

Project Organization

edu.washington.cs.knowitall.chunkedextractor
Source Code Management

Source Code Management

https://github.com/knowitall/chunkedextractor

Download chunkedextractor_2.10

How to add to project

<!-- https://jarcasting.com/artifacts/edu.washington.cs.knowitall.chunkedextractor/chunkedextractor_2.10/ -->
<dependency>
    <groupId>edu.washington.cs.knowitall.chunkedextractor</groupId>
    <artifactId>chunkedextractor_2.10</artifactId>
    <version>2.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/edu.washington.cs.knowitall.chunkedextractor/chunkedextractor_2.10/
implementation 'edu.washington.cs.knowitall.chunkedextractor:chunkedextractor_2.10:2.2.1'
// https://jarcasting.com/artifacts/edu.washington.cs.knowitall.chunkedextractor/chunkedextractor_2.10/
implementation ("edu.washington.cs.knowitall.chunkedextractor:chunkedextractor_2.10:2.2.1")
'edu.washington.cs.knowitall.chunkedextractor:chunkedextractor_2.10:jar:2.2.1'
<dependency org="edu.washington.cs.knowitall.chunkedextractor" name="chunkedextractor_2.10" rev="2.2.1">
  <artifact name="chunkedextractor_2.10" type="jar" />
</dependency>
@Grapes(
@Grab(group='edu.washington.cs.knowitall.chunkedextractor', module='chunkedextractor_2.10', version='2.2.1')
)
libraryDependencies += "edu.washington.cs.knowitall.chunkedextractor" % "chunkedextractor_2.10" % "2.2.1"
[edu.washington.cs.knowitall.chunkedextractor/chunkedextractor_2.10 "2.2.1"]

Dependencies

compile (8)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.10.3
edu.washington.cs.knowitall : openregex-scala_2.10 jar 1.1.2
edu.washington.cs.knowitall : reverb-core jar 1.4.3
edu.washington.cs.knowitall.nlptools : nlptools-conf-breeze_2.10 jar 2.4.5
edu.washington.cs.knowitall.nlptools : nlptools-core_2.10 jar 2.4.5
edu.washington.cs.knowitall.nlptools : nlptools-chunk-opennlp_2.10 jar 2.4.5
edu.washington.cs.knowitall.nlptools : nlptools-stem-morpha_2.10 jar 2.4.5
com.jsuereth : scala-arm_2.10 jar 1.3

test (2)

Group / Artifact Type Version
junit : junit jar 4.11
org.specs2 : specs2_2.10 jar 1.12.3

Project Modules

There are no modules declared in this project.

** DEPRECATED! ** Please see https://github.com/dair-iitd/OpenIE-standalone, which has combined multiple projects into a single project and maintains the latest version of Open IE (Open IE 5). It is based on another repository https://github.com/allenai/openie-standalone, which has an older version of Open IE.

Chunked Extractors

The chunked extractors project is a collection of three extractors.

  1. ReVerb--an extractor for verb-mediated relations (Sally sells sea shells).
  2. Relnoun--an extractor for noun-mediate relation (United States president Barack Obama).
  3. Nesty--an extractor for nested relations (Some people say that we never landed on the moon).

This project provides a common interface to the three extractors by using the nlptools project for chunking and lemmatization.

Citing Relnoun

Harinder Pal, Mausam. "Demonyms and Compound Relational Nouns in Nominal Open IE". Workshop on Automated Knowledge Base Construction (AKBC) at NAACL. San Diego, CA, USA. June 2016.

Google Group

Notifications

  • [01/15/2016][Relnoun] The version 2.2.0 is released (release notes).
  • [12/30/2015][Relnoun] The version 2.0.0 is released (release notes).
edu.washington.cs.knowitall.chunkedextractor

KnowItAll

Versions

Version
2.2.1
2.2.0
2.0.0
1.0.9
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3