Trait

epic.features.SplitSpanFeaturizer

DSL

Related Doc: package SplitSpanFeaturizer

Permalink

trait DSL extends SurfaceFeaturizer.DSL

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

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. implicit def _markerPosModifier[W]: Modifier[W, MarkerPos, MarkedWordFeaturizer[W]]

    Permalink
    Definition Classes
    DSL
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. val begin: SurfaceFeaturizer.begin.type

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  8. def distance[W](m: MarkerPos, n: MarkerPos): SplitSpanFeaturizer[W]

    Permalink
  9. def distance[W](s: split.type, b: MarkerPos): SplitSpanFeaturizer[W]

    Permalink
  10. def distance[W](b: MarkerPos, s: split.type, db: DistanceBinner = DistanceBinner()): SplitSpanFeaturizer[W]

    Permalink
  11. def distanceToSentenceBoundaries[W]: DistanceToSentenceBoundariesFeaturizer[W]

    Permalink
  12. def edges[W](first: MarkedWordFeaturizer[W], last: MarkedWordFeaturizer[W]): SurfaceFeaturizer[W]

    Permalink
    Definition Classes
    DSL
  13. val end: SurfaceFeaturizer.end.type

    Permalink
    Definition Classes
    DSL
  14. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  16. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  17. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. val length: SpanLengthFeaturizer

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  23. def relativeLength[W]: SplitSpanFeaturizer[W]

    Permalink
  24. val sent: SentencePropertiesFeaturizer

    Permalink
    Definition Classes
    DSL
  25. def spanBigrams[W](featurizer: WordFeaturizer[W], begin: MarkerPos, end: MarkerPos): SurfaceFeaturizer[W]

    Permalink
    Definition Classes
    DSL
  26. val spanShape: SpanShapeFeaturizer

    Permalink
    Definition Classes
    DSL
  27. val split: SplitSpanFeaturizer.split.type

    Permalink
  28. val splitSpanShape: SplitSpanShapeFeaturizer

    Permalink
  29. implicit def splitWFModifier[W]: Modifier[W, split.type, SplitFeaturizer[W]]

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  32. val unit: SplitSpanFeaturizer.unit.type

    Permalink
  33. def unitLengthSpan[W](f: WordFeaturizer[W]): SingleWordSpanFeaturizer[W]

    Permalink
    Definition Classes
    DSL
  34. final def wait(arg0: Long, arg1: Int): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. def whenLength[W](filt: (Int) ⇒ Boolean)(f: SurfaceFeaturizer[W]): LengthFilteredSurfaceFeaturizer[W]

    Permalink
    Definition Classes
    DSL
  38. def zeroSplit[W]: ZeroSplitSpanFeaturizer[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 SurfaceFeaturizer.DSL

Inherited from AnyRef

Inherited from Any

Ungrouped