38#ifndef __NGRAMS_RAW_H__
39#define __NGRAMS_RAW_H__
62int ngram_ord_comparator(
const void *a_raw,
const void *b_raw);
74 uint32 * counts,
int order,
88 uint32 * counts,
int order,
89 uint32 * unigram_next, uint8 do_swap);
91void ngrams_raw_free(
ngram_raw_t ** raw_ngrams, uint32 * counts,
Implementation of logging routines.
Hash table implementation.
Fast integer logarithmic addition operations.
file IO related operations.
Basic type definitions used in Sphinx.