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
getNgramSize
getNgramSize (self)
Added to advas-0.2.5
Returns the ngram size defined before.
In:
Out:
length of the ngrams as an integral value
The ngram length is defined during the object initialisation, and can be changed with the help of the
setNgramSize
method later on.