class
DepToken extends AnyRef
Instance Constructors
-
new
DepToken(form: String, lemma: String, pos: String, thisIdx: Int, state: ParseState )
Value Members
-
final
def
!=(arg0: AnyRef ): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: AnyRef ): Boolean
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
-
@throws(
...
)
-
final
def
eq(arg0: AnyRef ): Boolean
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
-
@throws(
classOf[java.lang.Throwable]
)
-
val
form: String
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
grandHead: DepArc
-
def
hasGrandHead: Boolean
-
def
hasHead: Boolean
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
-
final
def
isDescendentOf(that: DepToken ): Boolean
-
final
def
isInstanceOf[T0]: Boolean
-
def
leftNearestSibling: DepToken
-
def
leftmostDependent: DepToken
-
def
leftmostDependent2: DepToken
-
val
lemma: String
-
final
def
ne(arg0: AnyRef ): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
val
pos: String
-
def
rightNearestSibling: DepToken
-
def
rightmostDependent: DepToken
-
def
rightmostDependent2: DepToken
-
def
setHead(headToken: DepToken , label: String): Unit
-
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
val
thisIdx: Int
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
-
@throws(
...
)
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
-
@throws(
...
)
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
-
@throws(
...
)