edu.knowitall.openparse.extract

DetailedExtraction

class DetailedExtraction extends Extraction

A more informative representation of an OpenParse extraction.

Linear Supertypes
Extraction, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. DetailedExtraction
  2. Extraction
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DetailedExtraction(extractor: PatternExtractor, mch: Match[DependencyNode], arg1Nodes: SortedSet[DependencyNode], relNodes: SortedSet[DependencyNode], arg2Nodes: SortedSet[DependencyNode])

  2. new DetailedExtraction(extractor: PatternExtractor, match: Match[DependencyNode], arg1: Part, rel: Part, arg2: Part, clausal: Option[ClausalComponent] = scala.None, modifier: Option[AdverbialModifier] = scala.None)

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. val arg1: Part

  7. def arg1Text: String

    the text of the first argument

    the text of the first argument

    Definition Classes
    DetailedExtractionExtraction
  8. val arg2: Part

  9. def arg2Text: String

    the text of the second argument

    the text of the second argument

    Definition Classes
    DetailedExtractionExtraction
  10. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  11. def canEqual(that: Any): Boolean

    Definition Classes
    Extraction
  12. val clausal: Option[ClausalComponent]

  13. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  14. def edges: List[DirectedEdge[DependencyNode]]

    all the edges in this extraction

  15. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  16. def equals(that: Any): Boolean

    Definition Classes
    Extraction → AnyRef → Any
  17. val extractor: PatternExtractor

  18. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  19. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  20. def hashCode(): Int

    Definition Classes
    Extraction → AnyRef → Any
  21. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  22. val match: Match[DependencyNode]

  23. val modifier: Option[AdverbialModifier]

  24. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  25. def nodes: SortedSet[DependencyNode]

    all the nodes in this extraction

  26. final def notify(): Unit

    Definition Classes
    AnyRef
  27. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  28. val rel: Part

  29. val relLemmas: Set[String]

    Definition Classes
    Extraction
  30. def relText: String

    the text of the relation

    the text of the relation

    Definition Classes
    DetailedExtractionExtraction
  31. def replaceRelation(relation: String): DetailedExtraction

  32. def softMatch(that: Extraction): Boolean

    Definition Classes
    Extraction
  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  34. def toString(): String

    Definition Classes
    Extraction → AnyRef → Any
  35. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  36. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  37. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from Extraction

Inherited from AnyRef

Inherited from Any

Ungrouped