Cambridge SMT System
createssgrammar.main.cpp File Reference

Hifst main entry file. More...

Include dependency graph for createssgrammar.main.cpp:

Go to the source code of this file.

Macros

#define HIFST
 

Functions

int main (int argc, const char *argv[])
 Include all necessary headers here. More...
 

Detailed Description

Hifst main entry file.

Date
8-8-2012
Author
Gonzalo Iglesias

Definition in file createssgrammar.main.cpp.

Macro Definition Documentation

#define HIFST

Definition at line 15 of file createssgrammar.main.cpp.

Function Documentation

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

Include all necessary headers here.

Main function.

Parameters
argcNumber of command-line program options.
argvActual program options.
Remarks
Main function. Runs hifst tool. 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 40 of file createssgrammar.main.cpp.

Here is the call graph for this function: