Class/Object

epic.sequences

Segmentation

Related Docs: object Segmentation | package sequences

Permalink

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 = "")

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def asBIOSequence[LL >: L](outsideLabel: LL): TaggedSequence[BIOETag[L], W]

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

    Permalink
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def clone(): AnyRef

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

    Permalink
    Definition Classes
    AnyRef
  9. def features: IndexedSeq[W]

    Permalink
    Definition Classes
    SegmentationObservation
  10. def filterLabels(f: (L) ⇒ Boolean): Segmentation[L, W]

    Permalink
  11. def filterWords(f: (W) ⇒ Boolean): Segmentation[L, W]

    Permalink
  12. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  14. val id: String

    Permalink
    Definition Classes
    SegmentationExampleObservation
  15. final def isInstanceOf[T0]: Boolean

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

    Permalink
    Definition Classes
    SegmentationExampleLabeled
  17. def length: Int

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

    Permalink

    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]

    Permalink
  20. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  21. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. def relabel[L2](f: (IndexedSeq[(L, Span)]) ⇒ L2): Example[L2, IndexedSeq[W]]

    Permalink

    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

    Permalink
  25. val segments: IndexedSeq[(L, Span)]

    Permalink
  26. def segmentsWithOutside: Iterator[(Option[L], Span)]

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

    Permalink
    Definition Classes
    AnyRef
  28. def toString(): String

    Permalink
    Definition Classes
    ExampleObservation → AnyRef → Any
  29. def toTree[LL >: L](outsideLabel: LL): Tree[LL]

    Permalink
  30. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. val words: IndexedSeq[W]

    Permalink

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