#include <string>#include <vector>#include "TypeDef.h"#include "PhraseDictionaryTreeAdaptor.h"#include "Phrase.h"#include "TargetPhraseCollection.h"#include "LMList.h"#include "ScoreComponentCollection.h"Go to the source code of this file.
Functions | |
| string | trim (string str) |
| int | main (int argc, char *argv[]) |
| int main | ( | int | argc, | |
| char * | argv[] | |||
| ) |
Definition at line 56 of file pmoses.cc.
References Moses::TargetPhraseCollection::begin(), Moses::Phrase::CreateFromString(), Moses::TargetPhraseCollection::end(), Moses::PhraseDictionaryTreeAdaptor::Load(), NULL, and trim().

| string trim | ( | string | str | ) |
Definition at line 33 of file pmoses.cc.
Referenced by main(), and MosesTraining::Syntax::Pcfg::Read().

1.5.9