epic.parser.RefinedParseChart

ChartScores

final class ChartScores extends AnyRef

A ChartScores is just a triangular array whose entries are arrays. Admits efficient iteration over "on" elements in an (i, j) index.

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

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 apply(begin: Int, end: Int, label: Int, ref: Int): Double

    Same as labelScore

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def canStartHere(begin: Int, end: Int, leftChild: Int): Boolean

  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. val coarseLeftMostBeginForEnd: Array[Array[Int]]

    left most place a left constituent with label l can begin and end at position i (begin)(sym)

  11. val coarseLeftMostEndForBegin: Array[Array[Int]]

    left most place a right constituent with label l--which starts at position i--can end.

    left most place a right constituent with label l--which starts at position i--can end. (end)(sym)

  12. val coarseRightMostBeginForEnd: Array[Array[Int]]

    right most place a left constituent with label l can begin and end at position i.

    right most place a left constituent with label l can begin and end at position i. (begin)(sym)

  13. val coarseRightMostEndForBegin: Array[Array[Int]]

    right-most place a right constituent with label l--which starts at position i--can end.

    right-most place a right constituent with label l--which starts at position i--can end. (end)(sym)

  14. def decodedLabelScores(begin: Int, end: Int, label: Int): Counter[Int, Double]

  15. def decodedLabelScores(begin: Int, end: Int): Counter2[L, Int, Double]

  16. def enter(begin: Int, end: Int, parent: Int, ref: Int, w: Double): Unit

  17. def enteredLabelIndexes(begin: Int, end: Int): BitSet

  18. def enteredLabelRefinements(begin: Int, end: Int, label: Int): BitSet

  19. def enteredLabelScores(begin: Int, end: Int): Iterator[(L, Array[Double])]

  20. val enteredLabels: Array[BitSet]

    (begin,end) -> which labels are on

  21. val enteredRefinements: Array[Array[BitSet]]

    (begin,end) -> label -> which refinements of label are on

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

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

    Definition Classes
    AnyRef → Any
  24. def feasibleSplitPoints(begin: Int, end: Int, b: Int, refB: Int, c: Int, refC: Int): Span

  25. def feasibleSplitPoints(begin: Int, end: Int, b: Int, c: Int): Span

  26. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  28. def hashCode(): Int

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

    Definition Classes
    Any
  30. def isLabelEntered(begin: Int, end: Int, l: Int): Boolean

  31. def labelScore(begin: Int, end: Int, parent: L, ref: Int): Double

    Annotations
    @inline()
  32. def labelScore(begin: Int, end: Int, label: Int, ref: Int): Double

    Returns the score of this (label,refinement) pair over the span (begin,end)

    Returns the score of this (label,refinement) pair over the span (begin,end)

    returns

    Annotations
    @inline()
  33. val leftMostBeginForEnd: Array[Array[Array[Int]]]

    left most place a constituent with label l can begin and end at position i, for left < i.

    left most place a constituent with label l can begin and end at position i, for left < i. (begin)(sym)(ref)

  34. val leftMostEndForBegin: Array[Array[Array[Int]]]

    left most place a constituent with label l--which starts at position i--can end.

    left most place a constituent with label l--which starts at position i--can end. (end)(sym)(ref)

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

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

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

    Definition Classes
    AnyRef
  38. val rightMostBeginForEnd: Array[Array[Array[Int]]]

    right most place a constituent with label l can begin and end at position i, for right > i.

    right most place a constituent with label l can begin and end at position i, for right > i. (begin)(sym)(ref)

  39. val rightMostEndForBegin: Array[Array[Array[Int]]]

    right-most place a constituent with label l--which starts at position i--can end.

    right-most place a constituent with label l--which starts at position i--can end. (end)(sym)(ref)

  40. val score: TriangularArray[Array[Array[Double]]]

    (begin,end) -> label -> refinement -> score

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

    Definition Classes
    AnyRef
  42. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped