edu.arizona.sista.struct

NonTerminal

Related Doc: package struct

case class NonTerminal(label: String, _children: Array[Tree]) extends Tree with Serializable with Product

Linear Supertypes
Product, Equals, Serializable, Serializable, Tree, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. NonTerminal
  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 NonTerminal(label: String, _children: Array[Tree])

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. val _children: Array[Tree]

  5. var _parent: Option[NonTerminal]

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

    returns ancestors sorted from near to far

    returns ancestors sorted from near to far

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

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

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

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

    Array of children of this node

    Array of children of this node

    Definition Classes
    NonTerminalTree
  11. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. 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
    NonTerminalTree
  13. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  14. def finalize(): Unit

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

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

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

    Definition Classes
    Tree
  18. 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
    NonTerminalTree
  19. def headOffset: Int

    Offset of head token; starts at 0

    Offset of head token; starts at 0

    Definition Classes
    NonTerminalTree
  20. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  21. def isLeaf: Boolean

    Definition Classes
    NonTerminalTree
  22. def isPreTerminal: Boolean

    Definition Classes
    Tree
  23. def isUnary: Boolean

    Definition Classes
    Tree
  24. val label: String

  25. def leftSibling: Option[Tree]

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

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

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

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

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

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

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

    Definition Classes
    Tree
  33. def root: Tree

    Definition Classes
    Tree
  34. def setHead(h: Int): Unit

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

    Definition Classes
    Tree
  36. def setStartEndIndices(s: Int, e: Int): Unit

  37. 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
    NonTerminalTree
  38. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Definition Classes
    Tree
  40. def toString(): String

    Definition Classes
    Tree → AnyRef → Any
  41. 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
  42. def tokens: List[String]

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

    Definition Classes
    Tree
  44. 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
    NonTerminalTree
  45. final def wait(): Unit

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. 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