Packages

class Spec extends Anchoring

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Spec
  2. Anchoring
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Spec(words: IndexedSeq[W])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val attachCache: Array[Array[OpenAddressHashArray[Array[Int]]]]
  6. val bilexCache: Array[Array[Array[Int]]]
  7. val binaryCache: TriangularArray[Array[OpenAddressHashArray[Array[Int]]]]
  8. def binaryRuleRefinement(ref: Int): Int
  9. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate() @throws( ... )
  10. def depIndex(ruleRef: Int): Int
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. def featuresForAttach(head: Int, dep: Int, refinedTag: Int): Array[Int]
  14. def featuresForBinaryRule(begin: Int, split: Int, end: Int, rule: Int, ref: Int): Array[Int]
    Definition Classes
    SpecAnchoring
  15. def featuresForHeadDepRule(begin: Int, split: Int, end: Int, head: Int, dep: Int, rule: Int, ruleRef: Int): Array[Int]
  16. def featuresForSpan(begin: Int, end: Int, tag: Int, ref: Int): Array[Int]
    Definition Classes
    SpecAnchoring
  17. def featuresForSplitRule(begin: Int, split: Int, end: Int, rule: Int, ruleRef: Int): Array[Int]
  18. def featuresForUnaryRule(begin: Int, end: Int, rule: Int, ref: Int): Array[Int]
    Definition Classes
    SpecAnchoring
  19. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. val headCache: Array[OpenAddressHashArray[Array[Int]]]
  22. def headIndex(ruleRef: Int): Int
  23. def headTagIndex(ref: Int): Int
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. def joinTagRef(head: Int, ref: Int): Int
  26. def length: Int
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  30. val rawSpanCache: TriangularArray[Array[Int]]
  31. val rawSplitCache: TriangularArray[Array[Array[Int]]]
  32. val ruleCache: Array[Array[OpenAddressHashArray[Array[Int]]]]
  33. val spanCache: TriangularArray[OpenAddressHashArray[Array[Int]]]
  34. val splitSpanSpec: Option[IndexedSplitSpanFeatureAnchoring[W]]
  35. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  36. def tagRefinement(ref: Int): Int
  37. def toString(): String
    Definition Classes
    AnyRef → Any
  38. def unaryHeadIndex(ref: Int): Int
  39. def unaryRuleRefinement(ref: Int): Int
  40. val unarySpanCache: TriangularArray[OpenAddressHashArray[Array[Int]]]
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  43. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. val wordCache: Array[OpenAddressHashArray[Array[Int]]]
  45. val words: IndexedSeq[W]
    Definition Classes
    SpecAnchoring

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped