程序包 org.apache.flink.ml.feature.tokenizer
-
接口概要 接口 说明 TokenizerParams<T> Params ofTokenizer. -
类概要 类 说明 Tokenizer A Transformer which converts the input string to lowercase and then splits it by white spaces.Tokenizer.TokenizerUdf The main logic ofTokenizer, which converts the input string to an array of tokens.