Public Member Functions | |
| TgtCand () | |
| TgtCand (const IPhrase &a, const Scores &b, const std::string &alignment) | |
| TgtCand (const IPhrase &a, const Scores &b) | |
| TgtCand (FILE *f) | |
| void | writeBin (FILE *f) const |
| void | readBin (FILE *f) |
| void | writeBinWithAlignment (FILE *f) const |
| void | readBinWithAlignment (FILE *f) |
| const IPhrase & | GetPhrase () const |
| const Scores & | GetScores () const |
| const std::string & | GetAlignment () const |
| const IPhrase & | GetFeatureNames () const |
| const std::vector< FValue > | GetFeatureValues () const |
| void | SetFeatures (const IPhrase &names, const std::vector< FValue > &values) |
Definition at line 30 of file PhraseDictionaryTree.cpp.
| Moses::TgtCand::TgtCand | ( | ) | [inline] |
Definition at line 41 of file PhraseDictionaryTree.cpp.
| Moses::TgtCand::TgtCand | ( | const IPhrase & | a, | |
| const Scores & | b, | |||
| const std::string & | alignment | |||
| ) | [inline] |
Definition at line 43 of file PhraseDictionaryTree.cpp.
Definition at line 49 of file PhraseDictionaryTree.cpp.
| Moses::TgtCand::TgtCand | ( | FILE * | f | ) | [inline] |
Definition at line 51 of file PhraseDictionaryTree.cpp.
References readBin().

| const std::string& Moses::TgtCand::GetAlignment | ( | ) | const [inline] |
Definition at line 98 of file PhraseDictionaryTree.cpp.
Referenced by Moses::PDTimp::ConvertTgtCand().

| const IPhrase& Moses::TgtCand::GetFeatureNames | ( | ) | const [inline] |
Definition at line 102 of file PhraseDictionaryTree.cpp.
Referenced by Moses::PDTimp::ConvertTgtCand().

| const std::vector<FValue> Moses::TgtCand::GetFeatureValues | ( | ) | const [inline] |
Definition at line 106 of file PhraseDictionaryTree.cpp.
Referenced by Moses::PDTimp::ConvertTgtCand().

| const IPhrase& Moses::TgtCand::GetPhrase | ( | ) | const [inline] |
Definition at line 92 of file PhraseDictionaryTree.cpp.
Referenced by Moses::PDTimp::ConvertTgtCand().

| const Scores& Moses::TgtCand::GetScores | ( | ) | const [inline] |
Definition at line 95 of file PhraseDictionaryTree.cpp.
Referenced by Moses::PDTimp::ConvertTgtCand().

| void Moses::TgtCand::readBin | ( | FILE * | f | ) | [inline] |
Definition at line 72 of file PhraseDictionaryTree.cpp.
References Moses::fReadVector().
Referenced by readBinWithAlignment(), and TgtCand().


| void Moses::TgtCand::readBinWithAlignment | ( | FILE * | f | ) | [inline] |
Definition at line 87 of file PhraseDictionaryTree.cpp.
References Moses::fReadString(), and readBin().

| void Moses::TgtCand::writeBin | ( | FILE * | f | ) | const [inline] |
Definition at line 56 of file PhraseDictionaryTree.cpp.
References Moses::fWriteVector().
Referenced by writeBinWithAlignment().


| void Moses::TgtCand::writeBinWithAlignment | ( | FILE * | f | ) | const [inline] |
Definition at line 82 of file PhraseDictionaryTree.cpp.
References Moses::fWriteString(), and writeBin().

1.5.9