chalk.tools.parser.treeinsert

BuildContextGenerator

class BuildContextGenerator extends AbstractContextGenerator

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. BuildContextGenerator
  2. AbstractContextGenerator
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BuildContextGenerator()

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. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def checkcons(p1: Parse, p2: Parse, type: String, features: List[String]): Unit

    Attributes
    protected[chalk.tools.parser]
    Definition Classes
    AbstractContextGenerator
  8. def checkcons(child: Parse, i: String, type: String, features: List[String]): Unit

    Attributes
    protected[chalk.tools.parser]
    Definition Classes
    AbstractContextGenerator
  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  10. def cons(p: Parse, i: Int): String

    Attributes
    protected[chalk.tools.parser]
    Definition Classes
    AbstractContextGenerator
  11. def cons2(features: List[String], c0: Cons, c1: Cons, punct1s: Collection[Parse], bigram: Boolean): Unit

    Attributes
    protected[chalk.tools.parser]
    Definition Classes
    AbstractContextGenerator
  12. def cons3(features: List[String], c0: Cons, c1: Cons, c2: Cons, punct1s: Collection[Parse], punct2s: Collection[Parse], trigram: Boolean, bigram1: Boolean, bigram2: Boolean): Unit

    Attributes
    protected[chalk.tools.parser]
    Definition Classes
    AbstractContextGenerator
  13. def consbo(p: Parse, i: Int): String

    Attributes
    protected[chalk.tools.parser]
    Definition Classes
    AbstractContextGenerator
  14. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  17. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  18. def getContext(constituents: Array[Parse], index: Int): Array[String]

  19. def getContext(o: Any): Array[String]

  20. def getFrontierNodes(rf: List[Parse], nodes: Array[Parse]): Unit

    Attributes
    protected[chalk.tools.parser]
    Definition Classes
    AbstractContextGenerator
  21. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  22. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  23. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  26. def production(p: Parse, includePunctuation: Boolean): String

    Attributes
    protected[chalk.tools.parser]
    Definition Classes
    AbstractContextGenerator
  27. def punct(punct: Parse, i: Int): String

    Attributes
    protected[chalk.tools.parser]
    Definition Classes
    AbstractContextGenerator
  28. def punctbo(punct: Parse, i: Int): String

    Attributes
    protected[chalk.tools.parser]
    Definition Classes
    AbstractContextGenerator
  29. def surround(node: Parse, i: Int, type: String, punctuation: Collection[Parse], features: List[String]): Unit

    Attributes
    protected[chalk.tools.parser]
    Definition Classes
    AbstractContextGenerator
  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  31. def toString(): String

    Definition Classes
    AnyRef → Any
  32. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AbstractContextGenerator

Inherited from AnyRef

Inherited from Any

Ungrouped