edu.arizona.sista.struct

Terminal

Related Doc: package struct

case class Terminal(token: String) extends Tree with Serializable with Product

Linear Supertypes
Product, Equals, Serializable, Serializable, Tree, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Terminal
  2. Product
  3. Equals
  4. Serializable
  5. Serializable
  6. Tree
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Terminal(token: String)

Value Members

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

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Definition Classes
    AnyRef → Any
  4. var _parent: Option[NonTerminal]

    Attributes
    protected
    Definition Classes
    Tree
  5. def ancestors: List[NonTerminal]

    returns ancestors sorted from near to far

    returns ancestors sorted from near to far

    Definition Classes
    Tree
  6. def apply(address: List[Int]): Tree

    Definition Classes
    Tree
  7. def apply(address: Int*): Tree

    Definition Classes
    Tree
  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def children: Option[Array[Tree]]

    Array of children of this node

    Array of children of this node

    Definition Classes
    TerminalTree
  10. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def endOffset: Int

    Offset of token immediately after this constituent; starts at 0

    Offset of token immediately after this constituent; starts at 0

    Definition Classes
    TerminalTree
  12. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  13. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def findHeadPosition: Int

    Attributes
    protected
    Definition Classes
    Tree
  15. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  16. def hasLabel(label: String): Boolean

    Definition Classes
    Tree
  17. def head: Int

    Offset of *immediate* child that is head for this constituent; starts at 0

    Offset of *immediate* child that is head for this constituent; starts at 0

    Definition Classes
    TerminalTree
  18. def headOffset: Int

    Offset of head token; starts at 0

    Offset of head token; starts at 0

    Definition Classes
    TerminalTree
  19. def index: Int

  20. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  21. def isLeaf: Boolean

    Definition Classes
    TerminalTree
  22. def isPreTerminal: Boolean

    Definition Classes
    Tree
  23. def isUnary: Boolean

    Definition Classes
    Tree
  24. def leftSibling: Option[Tree]

    Definition Classes
    Tree
  25. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  28. def parent: Option[NonTerminal]

    Definition Classes
    Tree
  29. def posTags: List[(String, String)]

    Definition Classes
    Tree
  30. def preterminals: List[NonTerminal]

    Definition Classes
    Tree
  31. def rightSibling: Option[Tree]

    Definition Classes
    Tree
  32. def root: Tree

    Definition Classes
    Tree
  33. def setIndex(i: Int): Unit

  34. def setParent(p: Option[NonTerminal]): Unit

    Definition Classes
    Tree
  35. def startOffset: Int

    Start token offset in the sentence for this constituent; starts at 0

    Start token offset in the sentence for this constituent; starts at 0

    Definition Classes
    TerminalTree
  36. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  37. def terminals: List[Terminal]

    Definition Classes
    Tree
  38. def toString(): String

    Definition Classes
    Tree → AnyRef → Any
  39. def toStringDepth(showHead: Boolean, depth: Int = 0): String

    Pretty print, including position of head child

    Pretty print, including position of head child

    Definition Classes
    Tree
  40. val token: String

  41. def tokens: List[String]

    Definition Classes
    Tree
  42. def treePosition: List[Int]

    Definition Classes
    Tree
  43. def value: String

    A syntactic label, POS tag, or word for terminal nodes

    A syntactic label, POS tag, or word for terminal nodes

    Definition Classes
    TerminalTree
  44. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Product

Inherited from Equals

Inherited from Serializable

Inherited from Serializable

Inherited from Tree

Inherited from AnyRef

Inherited from Any

Ungrouped