#include <iostream>#include <string>#include "Phrase.h"#include "FactorCollection.h"#include "Timer.h"#include "InputFileStream.h"#include "LexicalReorderingTable.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 34 of file queryLexicalTable.cpp.
References Moses::Phrase::CreateFromString(), Moses::FileExists(), Moses::LexicalReorderingTable::GetScore(), Moses::Phrase::GetStringRep(), Moses::LexicalReorderingTable::InitializeForInputPhrase(), and printHelp().

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