Public Attributes | |
| size_t | _frequency |
| NGram frequency. | |
| ngram_type_t | _frequency_bits [sizeof(size_t)/sizeof(ngram_type_t)] |
| The least item in array is used for storage of NGram type. | |
Type bits are stored within most significant frequency bits, so one must use frequency mask to retrieve correct frequency value (the getter frequency() actually does it).
Definition at line 198 of file ngram.h.
1.5.6