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.
int32 ngram_class_s::ngram_hash_s::next |
Index of next bucket (or -1 for no collision)
Definition at line 92 of file ngram_model_internal.h.
int32 ngram_class_s::ngram_hash_s::prob1 |
Probability for this word.
Definition at line 91 of file ngram_model_internal.h.
Referenced by ngram_model_add_class_word().
int32 ngram_class_s::ngram_hash_s::wid |
Word ID of this bucket.
Definition at line 90 of file ngram_model_internal.h.
Referenced by ngram_model_add_class_word(), and ngram_model_free().