SphinxBase
5prealpha
|
Custom hash table for additional words. More...
#include <ngram_model_internal.h>
Data Fields | |
int32 | wid |
Word ID of this bucket. | |
int32 | prob1 |
Probability for this word. | |
int32 | next |
Index of next bucket (or -1 for no collision) | |
Custom hash table for additional words.
Definition at line 89 of file ngram_model_internal.h.