case class Segmentation[+L, +W](segments: IndexedSeq[(L, Span)], words: IndexedSeq[W], id: String = "") extends Example[IndexedSeq[(L, Span)], IndexedSeq[W]] with Product with Serializable

Linear Supertypes
Product, Equals, Example[IndexedSeq[(L, Span)], IndexedSeq[W]], Labeled[IndexedSeq[(L, Span)]], Observation[IndexedSeq[W]], Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Segmentation
  2. Product
  3. Equals
  4. Example
  5. Labeled
  6. Observation
  7. Serializable
  8. Serializable
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Segmentation(segments: IndexedSeq[(L, Span)], words: IndexedSeq[W], id: String = "")

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. def asBIOSequence[LL >: L](outsideLabel: LL): TaggedSequence[BIOETag[L], W]
  5. def asFlatTaggedSequence[LL >: L]: TaggedSequence[Option[LL], W]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def features: IndexedSeq[W]
    Definition Classes
    SegmentationObservation
  10. def filterLabels(f: (L) ⇒ Boolean): Segmentation[L, W]
  11. def filterWords(f: (W) ⇒ Boolean): Segmentation[L, W]
  12. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  14. val id: String
    Definition Classes
    SegmentationExampleObservation
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. def label: IndexedSeq[(L, Span)]
    Definition Classes
    SegmentationExampleLabeled
  17. def length: Int
  18. def map[U](f: (IndexedSeq[W]) ⇒ U): Example[IndexedSeq[(L, Span)], U]

    Converts the features in this example to a different one while still preserving label and id.

    Converts the features in this example to a different one while still preserving label and id.

    Definition Classes
    ExampleObservation
  19. def mapWords[W2](f: (W) ⇒ W2): Segmentation[L, W2]
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  23. def relabel[L2](f: (IndexedSeq[(L, Span)]) ⇒ L2): Example[L2, IndexedSeq[W]]

    Converts the label in this example to a different one while still preserving features and id.

    Converts the label in this example to a different one while still preserving features and id.

    Definition Classes
    Example
  24. def render: String
  25. val segments: IndexedSeq[(L, Span)]
  26. def segmentsWithOutside: Iterator[(Option[L], Span)]
  27. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    ExampleObservation → AnyRef → Any
  29. def toTree[LL >: L](outsideLabel: LL): Tree[LL]
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. val words: IndexedSeq[W]

Inherited from Product

Inherited from Equals

Inherited from Example[IndexedSeq[(L, Span)], IndexedSeq[W]]

Inherited from Labeled[IndexedSeq[(L, Span)]]

Inherited from Observation[IndexedSeq[W]]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped