#include <cstdlib>#include <cstring>#include <string>#include <vector>#include "moses/TranslationModel/CompactPT/PhraseDictionaryCompact.h"#include "moses/Util.h"#include "moses/Phrase.h"#include "moses/parameters/AllOptions.h"Go to the source code of this file.
Typedefs | |
| typedef unsigned int | uint |
Functions | |
| void | usage () |
| int | main (int argc, char **argv) |
| typedef unsigned int uint |
Definition at line 16 of file queryPhraseTableMin.cpp.
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
Definition at line 20 of file queryPhraseTableMin.cpp.
References Moses::Phrase::CreateFromString(), Moses::TargetPhrase::GetAlignTerm(), Moses::TargetPhrase::GetScoreBreakdown(), Moses::ScoreComponentCollection::GetScoresForProducer(), Moses::Input, NULL, and usage().

| void usage | ( | ) |
Definition at line 135 of file filter-pt.cc.
Referenced by main().

1.5.9