1. About AdvaS
2. Installation Guide
3. Usage Of AdvaS
4. Class AdvancedSearch
5. Class Advas
6. Class AdvasIo
7. Class Descriptors
8. Class Entry
9. Class Ngram
 -  9.1 __init__
 -  9.2 deriveNgrams
 -  9.3 getNgramSize
 -  9.4 getNgrams
 -  9.5 setNgramSize
10. Class Phonetics
11. Class Stemmer
12. Information Retrieval Resources
13. Documentation
 
 deriveNgrams
 
deriveNgrams (self)

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()