#include <cmath>#include "mfstream.h"#include "mempool.h"#include "htable.h"#include "dictionary.h"#include "n_gram.h"#include "ngramtable.h"#include "cmd.h"Go to the source code of this file.
Defines | |
| #define | YES 1 |
| #define | NO 0 |
| #define | END_ENUM { (char*)0, 0 } |
Functions | |
| int | main (int argc, char **argv) |
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
Definition at line 54 of file ngt.cpp.
References ngramtable::augment(), ngramtable::bo_state(), dictionary::BoS(), dictionary::cleanfreq(), CMDDOUBLETYPE, CMDENUMTYPE, CMDINTTYPE, CMDSTRINGTYPE, CMDSUBRANGETYPE, CONT, ngram::containsWord(), COUNT, DeclareParams(), dictionary::decode(), ngram::dict, ngramtable::dict, dictionary::encode(), dictionary::EoS(), ngram::freq, dictionary::freq(), ngramtable::get(), dictionary::getcode(), GetParams(), dictionary::incflag(), dictionary::incfreq(), INIT, LEAFPROB, MAX_NGRAM, ngramtable::maxlevel(), ngramtable::ngtype(), NO, NULL, dictionary::OOV(), dictionary::oovcode(), ngramtable::prob(), ngramtable::put(), ngramtable::savebin(), ngramtable::savetxt(), ngramtable::scan(), ngram::size, dictionary::size(), ngramtable::stat(), ngram::trans(), and ngram::wordp().

1.5.9