class
Parse extends Cloneable with Comparable[Parse]
Instance Constructors
-
new
Parse(text: String, span: Span, type: String, p: Double, h: Parse)
-
new
Parse(text: String, span: Span, type: String, p: Double, index: Int)
Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
def
add(daughter: Parse, rules: HeadRules): Unit
-
def
addNextPunctuation(punct: Parse): Unit
-
def
addPreviousPunctuation(punct: Parse): Unit
-
def
addProb(logProb: Double): Unit
-
-
def
adjoinRoot(node: Parse, rules: HeadRules, parseIndex: Int): Parse
-
final
def
asInstanceOf[T0]: T0
-
-
def
clone(): AnyRef
-
def
cloneRoot(node: Parse, parseIndex: Int): Parse
-
def
compareTo(p: Parse): Int
-
def
complete(): Boolean
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(o: Any): Boolean
-
def
expandTopNode(root: Parse): Unit
-
def
finalize(): Unit
-
def
getChildCount(): Int
-
def
getChildren(): Array[Parse]
-
final
def
getClass(): Class[_]
-
def
getCommonParent(node: Parse): Parse
-
def
getCoveredText(): String
-
def
getDerivation(): StringBuffer
-
def
getHead(): Parse
-
def
getHeadIndex(): Int
-
def
getLabel(): String
-
def
getNextPunctuationSet(): Collection[Parse]
-
def
getParent(): Parse
-
def
getPreviousPunctuationSet(): Collection[Parse]
-
def
getProb(): Double
-
def
getSpan(): Span
-
def
getTagNodes(): Array[Parse]
-
def
getTagSequenceProb(): Double
-
def
getText(): String
-
def
getType(): String
-
def
hashCode(): Int
-
def
indexOf(child: Parse): Int
-
def
insert(constituent: Parse): Unit
-
def
isChunk(): Boolean
-
def
isChunk(ic: Boolean): Unit
-
def
isFlat(): Boolean
-
final
def
isInstanceOf[T0]: Boolean
-
def
isPosTag(): Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
remove(index: Int): Unit
-
def
setChild(index: Int, label: String): Unit
-
def
setDerivation(derivation: StringBuffer): Unit
-
def
setLabel(label: String): Unit
-
def
setNextPunctuation(punctSet: Collection[Parse]): Unit
-
def
setParent(parent: Parse): Unit
-
def
setPrevPunctuation(punctSet: Collection[Parse]): Unit
-
def
setType(type: String): Unit
-
def
show(): Unit
-
def
show(sb: StringBuffer): Unit
-
def
showCodeTree(): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
def
updateHeads(rules: HeadRules): Unit
-
def
updateSpan(): Unit
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from Comparable[Parse]
Inherited from Cloneable
Inherited from AnyRef
Inherited from Any