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
 
 __init__
 
__init__ (self, term, size)

Added to advas-0.2.5

Run automatically right after a new object of the class Ngram was created.

In: term character string to initialize the Ngram object
  size the number of characters, or the length of the ngram

Out:    

This function has no return value.