程序包 org.apache.flink.ml.feature.regextokenizer
-
接口概要 接口 说明 RegexTokenizerParams<T> Params forRegexTokenizer. -
类概要 类 说明 RegexTokenizer A Transformer which converts the input string to lowercase and then splits it by white spaces based on regex.RegexTokenizer.RegexTokenizerUdf The main logic of $RegexTokenizer, which converts the input string to an array of tokens.