#include <boost/foreach.hpp>#include <boost/format.hpp>#include <boost/tokenizer.hpp>#include <boost/shared_ptr.hpp>#include <algorithm>#include <iostream>#include "mm/ug_bitext.h"#include "generic/file_io/ug_stream.h"#include <string>#include <sstream>#include "mm/ug_bitext_sampler.h"#include <boost/program_options.hpp>#include <boost/math/distributions/binomial.hpp>Go to the source code of this file.
Typedefs | |
| typedef sapt::L2R_Token < sapt::SimpleWordId > | Token |
| typedef mmTtrack< Token > | ttrack_t |
Functions | |
| void | interpret_args (int ac, char *av[]) |
| void | dump (mmTSA< Token >::tree_iterator &m, TokenIndex &V) |
| int | main (int argc, char *argv[]) |
Variables | |
| size_t | ngram_size |
| size_t | verbosity |
| string | bname |
| vector< string > | ifiles |
| typedef sapt::L2R_Token<sapt::SimpleWordId> Token |
Definition at line 28 of file check-coverage5.cc.
Definition at line 29 of file check-coverage5.cc.
| void dump | ( | mmTSA< Token >::tree_iterator & | m, | |
| TokenIndex & | V | |||
| ) |
Definition at line 40 of file check-coverage5.cc.
References NULL.
Referenced by dump(), and main().

| void interpret_args | ( | int | ac, | |
| char * | av[] | |||
| ) |
Definition at line 26 of file mam2symal.cc.
| int main | ( | int | argc, | |
| char * | argv[] | |||
| ) |
Definition at line 52 of file check-coverage5.cc.
References bname, sapt::TokenIndex::fillIdSeq(), I, ifiles, sapt::TokenIndex::iniReverseIndex(), interpret_args(), k, m, ngram_size, sapt::mmTSA< TOKEN >::open(), sapt::TokenIndex::open(), sapt::TokenIndex::setDynamic(), stop, T, V, and verbosity.

| string bname |
Definition at line 33 of file check-coverage5.cc.
| vector<string> ifiles |
| size_t ngram_size |
| size_t verbosity |
1.5.9