#include "rr_libs/general.h"
#include "ngram.h"
#include "pc_libs/pc_general.h"
Go to the source code of this file.
Functions | |
void | compute_gt_discount (int n, int *freq_of_freq, int fof_size, unsigned short *disc_range, int cutoff, int verbosity, disc_val_t **discounted_values) |
Definition in file compute_discount.c.
|
Definition at line 31 of file compute_discount.c. References disc_val_t, flag, MIN, pc_message(), rr_calloc(), and verbosity. Referenced by main(). |