#include <stdlib.h>
#include <stdio.h>
#include "pc_libs/pc_general.h"
#include "toolkit.h"
#include "rr_libs/general.h"
Go to the source code of this file.
Compounds | |
struct | ngram |
structure of id-ngram More... | |
Typedefs | |
typedef unsigned short | id__t |
Functions | |
int | get_ngram (FILE *id_ngram_fp, ngram *ng, flag ascii) |
void | main (int argc, char **argv) |
Definition in file idngram2stats.c.
|
Definition at line 26 of file idngram2stats.c. Referenced by main(). |
|
Definition at line 31 of file get_ngram.c. |
|
Definition at line 40 of file idngram2stats.c. References ngram::count, DEFAULT_VERBOSITY, flag, fprintf(), get_ngram(), i, id__t, ngram::id_array, j, MAX, ngram::n, pc_flagarg(), pc_intarg(), pc_message(), pc_report_unk_args(), quit(), report_version(), rr_calloc(), rr_feof(), rr_malloc(), and verbosity. |