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
    @HotSpotIntrinsicCandidate() @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. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  13. val id: String

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

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

    Permalink
    Definition Classes
    SegmentationExampleLabeled
  16. def length: Int

    Permalink
  17. 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
  18. def mapWords[W2](f: (W) ⇒ W2): Segmentation[L, W2]

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  21. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  22. 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
  23. def render: String

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

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

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

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

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

    Permalink
  29. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(): Unit

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

    Permalink

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    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 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