#include <DecodeFeature.h>


Public Member Functions | |
| DecodeFeature (const std::vector< FactorType > &input, const std::vector< FactorType > &output) | |
| const FactorMask & | GetOutputFactorMask () const |
| returns output factor types as specified by the ini file | |
| const FactorMask & | GetInputFactorMask () const |
| returns input factor types as specified by the ini file | |
| const std::vector< FactorType > & | GetInput () const |
| const std::vector< FactorType > & | GetOutput () const |
Definition at line 37 of file DecodeFeature.h.
| Moses::DecodeFeature::DecodeFeature | ( | const std::vector< FactorType > & | input, | |
| const std::vector< FactorType > & | output | |||
| ) |
| const std::vector< FactorType > & Moses::DecodeFeature::GetInput | ( | ) | const |
Definition at line 54 of file DecodeFeature.cpp.
Referenced by Moses::GenerationDictionary::Load().

| const FactorMask & Moses::DecodeFeature::GetInputFactorMask | ( | ) | const |
returns input factor types as specified by the ini file
Definition at line 49 of file DecodeFeature.cpp.
| const std::vector< FactorType > & Moses::DecodeFeature::GetOutput | ( | ) | const |
Definition at line 59 of file DecodeFeature.cpp.
Referenced by Moses::GenerationDictionary::Load().

| const FactorMask & Moses::DecodeFeature::GetOutputFactorMask | ( | ) | const |
returns output factor types as specified by the ini file
Definition at line 43 of file DecodeFeature.cpp.
Referenced by Moses::DecodeStep::DecodeStep().

1.5.9