abstract
class
AbstractContextGenerator extends AnyRef
Instance Constructors
-
new
AbstractContextGenerator()
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
-
final
def
asInstanceOf[T0]: T0
-
def
checkcons(p1: Parse, p2: Parse, type: String, features: List[String]): Unit
-
def
checkcons(child: Parse, i: String, type: String, features: List[String]): Unit
-
def
clone(): AnyRef
-
def
cons(p: Parse, i: Int): String
-
def
cons2(features: List[String], c0: Cons, c1: Cons, punct1s: Collection[Parse], bigram: Boolean): Unit
-
def
cons3(features: List[String], c0: Cons, c1: Cons, c2: Cons, punct1s: Collection[Parse], punct2s: Collection[Parse], trigram: Boolean, bigram1: Boolean, bigram2: Boolean): Unit
-
def
consbo(p: Parse, i: Int): String
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
getFrontierNodes(rf: List[Parse], nodes: Array[Parse]): Unit
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
production(p: Parse, includePunctuation: Boolean): String
-
def
punct(punct: Parse, i: Int): String
-
def
punctbo(punct: Parse, i: Int): String
-
def
surround(node: Parse, i: Int, type: String, punctuation: Collection[Parse], features: List[String]): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any