#include <iostream>#include <string>#include "moses/Phrase.h"#include "moses/FactorCollection.h"#include "moses/Timer.h"#include "moses/InputFileStream.h"#include "moses/FF/LexicalReordering/LexicalReorderingTable.h"#include "moses/parameters/OOVHandlingOptions.h"Go to the source code of this file.
Functions | |
| void | printHelp () |
| std::ostream & | operator<< (std::ostream &o, Scores s) |
| int | main (int argc, char **argv) |
Variables | |
| Timer | timer |
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
Definition at line 35 of file queryLexicalTable.cpp.
References Moses::Phrase::CreateFromString(), Moses::FileExists(), Moses::LexicalReorderingTable::GetScore(), Moses::Phrase::GetStringRep(), Moses::LexicalReorderingTable::InitializeForInputPhrase(), Moses::Input, NULL, Moses::Output, and printHelp().

| std::ostream& operator<< | ( | std::ostream & | o, | |
| Scores | s | |||
| ) |
Definition at line 26 of file queryLexicalTable.cpp.
| void printHelp | ( | ) |
Definition at line 15 of file queryLexicalTable.cpp.
Definition at line 13 of file queryLexicalTable.cpp.
1.5.9