NGram  ngram-1.3.15
OpenGrm-NGram library
Functions
ngrammerge-main.cc File Reference
#include <cmath>
#include <cstring>
#include <memory>
#include <string>
#include <vector>
#include <fst/flags.h>
#include <fst/arc.h>
#include <fst/mutable-fst.h>
#include <fst/vector-fst.h>
#include <ngram/hist-arc.h>
#include <ngram/ngram-bayes-model-merge.h>
#include <ngram/ngram-complete.h>
#include <ngram/ngram-context-merge.h>
#include <ngram/ngram-context.h>
#include <ngram/ngram-count-merge.h>
#include <ngram/ngram-hist-merge.h>
#include <ngram/ngram-model-merge.h>
#include <ngram/ngram-replace-merge.h>
Include dependency graph for ngrammerge-main.cc:

Go to the source code of this file.

Functions

 DECLARE_double (alpha)
 
 DECLARE_double (beta)
 
 DECLARE_string (context_pattern)
 
 DECLARE_string (contexts)
 
 DECLARE_bool (normalize)
 
 DECLARE_string (method)
 
 DECLARE_int32 (max_replace_order)
 
 DECLARE_string (ofile)
 
 DECLARE_int64 (backoff_label)
 
 DECLARE_double (norm_eps)
 
 DECLARE_bool (check_consistency)
 
 DECLARE_bool (complete)
 
 DECLARE_bool (round_to_int)
 
int ngrammerge_main (int argc, char **argv)
 

Function Documentation

DECLARE_bool ( normalize  )
DECLARE_bool ( check_consistency  )
DECLARE_bool ( complete  )
DECLARE_bool ( round_to_int  )
DECLARE_double ( alpha  )
DECLARE_double ( beta  )
DECLARE_double ( norm_eps  )
DECLARE_int32 ( max_replace_order  )
DECLARE_int64 ( backoff_label  )
DECLARE_string ( context_pattern  )
DECLARE_string ( contexts  )
DECLARE_string ( method  )
DECLARE_string ( ofile  )
int ngrammerge_main ( int  argc,
char **  argv 
)

Definition at line 115 of file ngrammerge-main.cc.