#include <TargetBigramFeature.h>


Public Member Functions | |
| TargetBigramState (const Word &word) | |
| const Word & | GetWord () const |
| size_t | hash () const |
| virtual bool | operator== (const FFState &other) const |
Definition at line 16 of file TargetBigramFeature.h.
| Moses::TargetBigramState::TargetBigramState | ( | const Word & | word | ) | [inline] |
Definition at line 19 of file TargetBigramFeature.h.
| const Word& Moses::TargetBigramState::GetWord | ( | ) | const [inline] |
Definition at line 20 of file TargetBigramFeature.h.
Referenced by Moses::TargetBigramFeature::EvaluateWhenApplied().

| size_t Moses::TargetBigramState::hash | ( | ) | const [virtual] |
Implements Moses::FFState.
Definition at line 14 of file TargetBigramFeature.cpp.
References Moses::hash_value().

| bool Moses::TargetBigramState::operator== | ( | const FFState & | other | ) | const [virtual] |
1.5.9