chalk.tools.parser

Parse

class Parse extends Cloneable with Comparable[Parse]

Linear Supertypes
Comparable[Parse], Cloneable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Parse
  2. Comparable
  3. Cloneable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Parse(text: String, span: Span, type: String, p: Double, h: Parse)

  2. new Parse(text: String, span: Span, type: String, p: Double, index: Int)

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. def add(daughter: Parse, rules: HeadRules): Unit

  7. def addNextPunctuation(punct: Parse): Unit

  8. def addPreviousPunctuation(punct: Parse): Unit

  9. def addProb(logProb: Double): Unit

  10. def adjoin(sister: Parse, rules: HeadRules): Parse

  11. def adjoinRoot(node: Parse, rules: HeadRules, parseIndex: Int): Parse

  12. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  13. def clone(node: Parse): Parse

  14. def clone(): AnyRef

    Definition Classes
    Parse → AnyRef
  15. def cloneRoot(node: Parse, parseIndex: Int): Parse

  16. def compareTo(p: Parse): Int

    Definition Classes
    Parse → Comparable
  17. def complete(): Boolean

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

    Definition Classes
    AnyRef
  19. def equals(o: Any): Boolean

    Definition Classes
    Parse → AnyRef → Any
  20. def expandTopNode(root: Parse): Unit

  21. def finalize(): Unit

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

  23. def getChildren(): Array[Parse]

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

    Definition Classes
    AnyRef → Any
  25. def getCommonParent(node: Parse): Parse

  26. def getCoveredText(): String

  27. def getDerivation(): StringBuffer

  28. def getHead(): Parse

  29. def getHeadIndex(): Int

  30. def getLabel(): String

  31. def getNextPunctuationSet(): Collection[Parse]

  32. def getParent(): Parse

  33. def getPreviousPunctuationSet(): Collection[Parse]

  34. def getProb(): Double

  35. def getSpan(): Span

  36. def getTagNodes(): Array[Parse]

  37. def getTagSequenceProb(): Double

  38. def getText(): String

  39. def getType(): String

  40. def hashCode(): Int

    Definition Classes
    Parse → AnyRef → Any
  41. def indexOf(child: Parse): Int

  42. def insert(constituent: Parse): Unit

  43. def isChunk(): Boolean

  44. def isChunk(ic: Boolean): Unit

  45. def isFlat(): Boolean

  46. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  47. def isPosTag(): Boolean

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

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

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

    Definition Classes
    AnyRef
  51. def remove(index: Int): Unit

  52. def setChild(index: Int, label: String): Unit

  53. def setDerivation(derivation: StringBuffer): Unit

  54. def setLabel(label: String): Unit

  55. def setNextPunctuation(punctSet: Collection[Parse]): Unit

  56. def setParent(parent: Parse): Unit

  57. def setPrevPunctuation(punctSet: Collection[Parse]): Unit

  58. def setType(type: String): Unit

  59. def show(): Unit

  60. def show(sb: StringBuffer): Unit

  61. def showCodeTree(): Unit

  62. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  63. def toString(): String

    Definition Classes
    Parse → AnyRef → Any
  64. def updateHeads(rules: HeadRules): Unit

  65. def updateSpan(): Unit

  66. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from Comparable[Parse]

Inherited from Cloneable

Inherited from AnyRef

Inherited from Any

Ungrouped