A tokenizer chained with a Transformer. If the given tokenizer is
not itself already a transformer, then this method will create a
view of the output of the tokenizer before applying transformation
to prevent proliferating itnermediate results.
Linear Supertypes
Tokenizer, Serializable, Serializable, (String) ⇒ Iterable[String], AnyRef, Any
A tokenizer chained with a Transformer. If the given tokenizer is not itself already a transformer, then this method will create a view of the output of the tokenizer before applying transformation to prevent proliferating itnermediate results.