Added to advas-0.0.2 as the function get_ngrams, and renamed in
advas-0.2.5
This method calculates the according ngram for the saved text with the length
set before via setNgramSize.
In:
Out:
False, in case the length of the character string is
less than desired ngram size, otherwise True. As a follow-up step,
the ngrams can be retrieved using the method getNgrams()