Cambridge SMT System
|
Main file for disambig tool. More...
Go to the source code of this file.
Functions | |
template<class ArcT > | |
void | run (ucam::util::RegistryPO const &rg) |
int | main (int argc, const char *argv[]) |
Main function for disambig tool. Single-threaded implementation only. Applies a unigram transduction model and a language model to account for the context. More... | |
int main | ( | int | argc, |
const char * | argv[] | ||
) |
Main function for disambig tool. Single-threaded implementation only. Applies a unigram transduction model and a language model to account for the context.
argc | Number of command-line program options. |
argv | Actual program options. |
Definition at line 72 of file disambig.main.cpp.
void run | ( | ucam::util::RegistryPO const & | rg | ) |
Definition at line 27 of file disambig.main.cpp.