package text
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
class
MultiNGram extends Transformer with HasInputCol with HasOutputCol with Wrappable with DefaultParamsWritable with BasicLogging
Extracts several ngrams
-
class
PageSplitter extends Transformer with HasInputCol with HasOutputCol with Wrappable with DefaultParamsWritable with BasicLogging
Splits text into chunks of at most n characters
-
class
TextFeaturizer extends Estimator[PipelineModel] with TextFeaturizerParams with HasInputCol with HasOutputCol with BasicLogging
Featurize text.
- trait TextFeaturizerParams extends Wrappable with DefaultParamsWritable
Value Members
- object MultiNGram extends DefaultParamsReadable[MultiNGram] with Serializable
- object PageSplitter extends DefaultParamsReadable[PageSplitter] with Serializable
- object TextFeaturizer extends DefaultParamsReadable[TextFeaturizer] with Serializable