edu.knowitall.srlie

SrlExtraction

object SrlExtraction extends Serializable

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

Type Members

  1. abstract class Argument extends SinglePart

  2. class Context extends MultiPart

  3. case class LocationArgument(text: String, tokens: Seq[DependencyNode], interval: Interval, role: Role) extends SemanticArgument with Product with Serializable

  4. abstract class MultiPart extends Part

  5. abstract class Part extends AnyRef

  6. case class Relation(text: String, sense: Option[Sense], tokens: Seq[DependencyNode], intervals: Seq[Interval]) extends MultiPart with Product with Serializable

  7. abstract class SemanticArgument extends Argument

  8. case class Sense(name: String, id: String) extends Product with Serializable

  9. case class SimpleArgument(text: String, tokens: Seq[DependencyNode], interval: Interval, role: Role) extends Argument with Product with Serializable

  10. abstract class SinglePart extends Part

  11. case class TemporalArgument(text: String, tokens: Seq[DependencyNode], interval: Interval, role: Role) extends SemanticArgument with Product with Serializable

  12. sealed abstract class Transformation extends AnyRef

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. object PassiveDobj extends Transformation with Product with Serializable

  7. object Relation extends Serializable

  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. val componentEdgeLabels: Set[String]

  11. def components(graph: DependencyGraph, node: DependencyNode, labels: Set[String], without: Set[DependencyNode], nested: Boolean): Set[List[DependencyNode]]

    Find all nodes in a components next to the node.

    Find all nodes in a components next to the node.

    node

    components will be found adjacent to this node

    labels

    components may be connected by edges with any of these labels

    without

    components may not include any of these nodes

  12. def contiguousAdjacent(graph: DependencyGraph, node: DependencyNode, cond: (DirectedEdge[DependencyNode]) ⇒ Boolean, until: Set[DependencyNode]): List[DependencyNode]

  13. def create(relation: Relation, arguments: Seq[Argument], context: Option[Context], negated: Boolean): SrlExtraction

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

    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. val forbiddenEdgeLabel: Set[String]

  18. def fromFrame(dgraph: DependencyGraph)(frame: Frame): Option[SrlExtraction]

  19. def fromFrameHierarchy(dgraph: DependencyGraph)(frameh: FrameHierarchy): Seq[SrlExtraction]

  20. final def getClass(): Class[_]

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

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

    Definition Classes
    Any
  23. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  24. final def notify(): Unit

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

    Definition Classes
    AnyRef
  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  27. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped