Package

com.microsoft.ml.spark.featurize

text

Permalink

package text

Visibility
  1. Public
  2. All

Type Members

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

    Permalink

    Extracts several ngrams

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

    Permalink

    Splits text into chunks of at most n characters

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

    Permalink

    Featurize text.

  4. class TextFeaturizerModel extends Model[TextFeaturizerModel] with ConstructorWritable[TextFeaturizerModel]

    Permalink
  5. trait TextFeaturizerParams extends Wrappable with DefaultParamsWritable

    Permalink

Value Members

  1. object MultiNGram extends DefaultParamsReadable[MultiNGram] with Serializable

    Permalink
  2. object PageSplitter extends DefaultParamsReadable[PageSplitter] with Serializable

    Permalink
  3. object TextFeaturizer extends DefaultParamsReadable[TextFeaturizer] with Serializable

    Permalink
  4. object TextFeaturizerModel extends ConstructorReadable[TextFeaturizerModel] with Serializable

    Permalink

Ungrouped