#include <sent/stddefs.h>
#include <sent/ngram2.h>
Go to the source code of this file.
Functions | |
| static unsigned int | get_ngram_tuple_bytes (NGRAM_TUPLE_INFO *t) |
| Get the work area size of an N-gram tuple. | |
| void | print_ngram_info (FILE *fp, NGRAM_INFO *ndata) |
| Output misccelaneous information of N-gram to standard output. | |
Definition in file ngram_util.c.
| static unsigned int get_ngram_tuple_bytes | ( | NGRAM_TUPLE_INFO * | t | ) | [static] |
Get the work area size of an N-gram tuple.
| t | [in] N-gram tuple structure |
Definition at line 37 of file ngram_util.c.
Referenced by print_ngram_info().
| void print_ngram_info | ( | FILE * | fp, | |
| NGRAM_INFO * | ndata | |||
| ) |
Output misccelaneous information of N-gram to standard output.
| fp | [in] file pointer | |
| ndata | [in] N-gram data |
Definition at line 79 of file ngram_util.c.
Referenced by print_engine_info().
1.5.1