程序包 org.apache.flink.ml.feature.ngram
-
接口概要 接口 说明 NGramParams<T> Params ofNGram. -
类概要 类 说明 NGram A Transformer that converts the input string array into an array of n-grams, where each n-gram is represented by a space-separated string of words.NGram.NGramUdf The main logic ofNGram, which converts the input string array to an array of n-grams.