Cambridge SMT System
main.hpp File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  ucam::util::MainClass
 

Namespaces

 ucam
 
 ucam::util
 

Functions

int main (int argc, const char *argv[])
 Main function. More...
 

Function Documentation

int main ( int  argc,
const char *  argv[] 
)

Main function.

Parameters
argcNumber of command-line program options.
argvActual program options.
Remarks
Main function to be used by any tool – see MainClass. First parses program options with boost, then loads and chains several task classes. Finally, kick off translation for a range of sentences.

Definition at line 41 of file main.hpp.

Here is the call graph for this function: