ngram
An Apiori-like algorithm to extract n-gram phrases.
Return
An array of sets of n-grams. The i-th entry is the set of i-grams.
Parameters
max NGram Size
The maximum length of n-gram
min Freq
The minimum frequency of n-gram in the sentences.
text
input text.