edu.knowitall

openie

package openie

Visibility
  1. Public
  2. All

Type Members

  1. case class Extraction(arg1: Part, rel: Part, arg2s: Seq[Part], context: Option[Part], negated: Boolean, passive: Boolean) extends Product with Serializable

    * The abstract representation of an extraction.

  2. case class Instance(confidence: Double, sentence: String, extraction: Extraction) extends Product with Serializable

    * A concrete instance of an extractions.

  3. class OpenIE extends AnyRef

  4. case class Part(text: String, offsets: Seq[Interval]) extends Product with Serializable

    * A component of an extraction.

Value Members

  1. object OpenIECli extends App

    * A command line application for exploring Open IE.

  2. package util

Ungrouped