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,
87ngram_raw_t **ngrams_raw_read_dmp(FILE * fp,
logmath_t * lmath,
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.
struct logmath_s logmath_t
Integer log math computation class.
file IO related operations.
Basic type definitions used in Sphinx.