Packages

package text

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class MultiNGram extends Transformer with HasInputCol with HasOutputCol with Wrappable with DefaultParamsWritable with BasicLogging

    Extracts several ngrams

  2. class PageSplitter extends Transformer with HasInputCol with HasOutputCol with Wrappable with DefaultParamsWritable with BasicLogging

    Splits text into chunks of at most n characters

  3. class TextFeaturizer extends Estimator[PipelineModel] with TextFeaturizerParams with HasInputCol with HasOutputCol with BasicLogging

    Featurize text.

  4. trait TextFeaturizerParams extends Wrappable with DefaultParamsWritable

Value Members

  1. object MultiNGram extends DefaultParamsReadable[MultiNGram] with Serializable
  2. object PageSplitter extends DefaultParamsReadable[PageSplitter] with Serializable
  3. object TextFeaturizer extends DefaultParamsReadable[TextFeaturizer] with Serializable

Ungrouped