Class/Object

com.intel.analytics.zoo.feature.text

Tokenizer

Related Docs: object Tokenizer | package text

Permalink

class Tokenizer extends TextTransformer

Transform text to array of string tokens. Input key: TextFeature.text Output key: TextFeature.tokens

Linear Supertypes
TextTransformer, Preprocessing[TextFeature, TextFeature], Transformer[TextFeature, TextFeature], Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Tokenizer
  2. TextTransformer
  3. Preprocessing
  4. Transformer
  5. Serializable
  6. Serializable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Tokenizer()

    Permalink

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. def ->(other: TextTransformer): Preprocessing[TextFeature, TextFeature]

    Permalink
    Definition Classes
    TextTransformer
  4. def ->[C](other: Preprocessing[TextFeature, C]): Preprocessing[TextFeature, C]

    Permalink
    Definition Classes
    Preprocessing
  5. def ->[C](other: Transformer[TextFeature, C]): Transformer[TextFeature, C]

    Permalink
    Definition Classes
    Transformer
  6. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  7. def apply(prev: Iterator[TextFeature]): Iterator[TextFeature]

    Permalink
    Definition Classes
    TextTransformer → Transformer
  8. def apply(textSet: TextSet): TextSet

    Permalink
    Definition Classes
    Preprocessing
  9. def apply(imageSet: ImageSet): ImageSet

    Permalink
    Definition Classes
    Preprocessing
  10. def apply(dataset: RDD[TextFeature])(implicit evidence: ClassTag[TextFeature]): RDD[TextFeature]

    Permalink
    Definition Classes
    Transformer
  11. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. def clonePreprocessing(): Preprocessing[TextFeature, TextFeature]

    Permalink
    Definition Classes
    Preprocessing
  14. def cloneTransformer(): Transformer[TextFeature, TextFeature]

    Permalink
    Definition Classes
    Transformer
  15. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  17. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  19. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  24. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  26. def transform(feature: TextFeature): TextFeature

    Permalink
    Definition Classes
    TokenizerTextTransformer
  27. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from TextTransformer

Inherited from Transformer[TextFeature, TextFeature]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped