Cambridge SMT System
disambig.main.cpp File Reference

Main file for disambig tool. More...

#include <main.disambig.hpp>
#include <main.custom_assert.hpp>
#include <main.logger.hpp>
Include dependency graph for disambig.main.cpp:

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...
 

Detailed Description

Main file for disambig tool.

Date
8-8-2012
Author
Gonzalo Iglesias

Definition in file disambig.main.cpp.

Function Documentation

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.

Parameters
argcNumber of command-line program options.
argvActual program options.

Definition at line 72 of file disambig.main.cpp.

Here is the call graph for this function:

template<class ArcT >
void run ( ucam::util::RegistryPO const &  rg)

Definition at line 27 of file disambig.main.cpp.