My understanding, for example ,we have sentence piece like : " the model is a nice ... ", when we set word_ngram = 2, we have : the_model model_is is_a ..., but if we set maxn=2, it generates <t th e> <m mo od de el l> ...
in a word: word_ngram is the word level, and maxn /minn is the character level
correct me if i misunderstood!
在 2017年3月26日星期日 UTC+8下午8:15:33,Zexceed写道: