edu.knowitall

ollie

package ollie

Visibility
  1. Public
  2. All

Type Members

  1. class AnnotatedSuffix extends Suffix

    Represents a possible suffix for an extended extraction along with an annotation.

  2. case class Attribution(arg: String, argInterval: Interval, rel: String, interval: Interval) extends Context with Product with Serializable

    A representation for an attribution.

  3. sealed abstract class Context extends AnyRef

    A base representation for additional context around an extraction.

  4. class DependencyGraphExtras extends AnyRef

  5. case class EnablingCondition(prefix: String, phrase: String, interval: Interval) extends Context with Product with Serializable

    A representation for an enabling condition.

  6. class ExtractionPart extends Ordered[ExtractionPart]

    Represents a part {arg1, rel, arg2} of an extraction.

  7. class NaryExtraction extends AnyRef

    A representaiton of an n-ary extraction, i.

  8. class Ollie extends AnyRef

    Ollie is an Open Information Extractor that produces binary extractions with context.

  9. class OllieExtraction extends AnyRef

    A representation of an Ollie extraction, i.

  10. class OllieExtractionInstance extends AnyRef

    OllieExtractionInstance represents an extraction coupled with its source sentence.

  11. class ScoredOllieExtractionInstance extends Labelled[OllieExtractionInstance]

    OllieExtractionInstance represents a boolean score coupled with an extraciton instance.

  12. class Suffix extends Part

    Represents a possible suffix for an extended extraction.

Value Members

  1. object Attribution extends Serializable

  2. object DependencyGraphExtras

  3. object EnablingCondition extends Serializable

  4. object NaryExtraction

  5. object Ollie

  6. object OllieExtraction

  7. object OllieExtractionInstance

  8. object ScoredOllieExtractionInstance extends Serializable

  9. package confidence

  10. package output

Ungrouped