#include <sent/stddefs.h>
#include <sent/ngram2.h>
関数 | |
static 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. |
ngram_util.c で定義されています。
static 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 |
ngram_util.c の 37 行で定義されています。
参照元 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 |
ngram_util.c の 79 行で定義されています。
参照元 print_engine_info().