epic.sequences

Segmentation

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
Learn more about member selection
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: 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 asBIOSequence[LL >: L](outsideLabel: LL): TaggedSequence[BIOETag[L], W]

  7. def asFlatTaggedSequence[LL >: L]: TaggedSequence[Option[LL], W]

  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  11. def features: IndexedSeq[W]

    Definition Classes
    Segmentation → Observation
  12. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def flatMap[U](f: (IndexedSeq[W]) ⇒ U): Example[IndexedSeq[(L, Span)], U]

    Definition Classes
    Example → Observation
  14. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  15. val id: String

    Definition Classes
    Segmentation → Example → Observation
  16. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  17. def label: IndexedSeq[(L, Span)]

    Definition Classes
    Segmentation → Example → Labeled
  18. def length: Int

  19. def map[U](f: (IndexedSeq[W]) ⇒ U): Example[IndexedSeq[(L, Span)], U]

    Definition Classes
    Example → Observation
  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]]

    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
    Example → Observation → 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