Cambridge SMT System
|
#include <fstutils.topofeatures.hpp>
Public Types | |
typedef unsigned | StateId |
typedef std::pair< bool, bool > | StateDetailType |
typedef std::pair< StateId, StateDetailType > | AddResultType |
typedef std::map< int, int > | VectorState |
typedef boost::bimap< StateId, VectorState > | BimapStateIdVectorStateType |
Public Member Functions | |
StateHandler (fst::VectorFst< TupleArc32 > &f, fst::VectorFst< TupleArc32 > &o) | |
AddResultType | add (VectorState &out) |
bool | get (StateId const &in, VectorState &out) |
bool | get (VectorState const &in, StateId &out) |
Public Attributes | |
BimapStateIdVectorStateType | state |
fst::VectorFst< TupleArc32 > & | f_ |
fst::VectorFst< TupleArc32 > & | o_ |
Definition at line 146 of file fstutils.topofeatures.hpp.
typedef std::pair<StateId, StateDetailType > ucam::fsttools::StateHandler::AddResultType |
Definition at line 152 of file fstutils.topofeatures.hpp.
typedef boost::bimap<StateId,VectorState > ucam::fsttools::StateHandler::BimapStateIdVectorStateType |
Definition at line 155 of file fstutils.topofeatures.hpp.
typedef std::pair<bool, bool> ucam::fsttools::StateHandler::StateDetailType |
Definition at line 151 of file fstutils.topofeatures.hpp.
typedef unsigned ucam::fsttools::StateHandler::StateId |
Definition at line 149 of file fstutils.topofeatures.hpp.
typedef std::map<int,int> ucam::fsttools::StateHandler::VectorState |
Definition at line 154 of file fstutils.topofeatures.hpp.
|
inlineexplicit |
Definition at line 161 of file fstutils.topofeatures.hpp.
|
inline |
Definition at line 167 of file fstutils.topofeatures.hpp.
|
inline |
Definition at line 183 of file fstutils.topofeatures.hpp.
|
inline |
Definition at line 194 of file fstutils.topofeatures.hpp.
fst::VectorFst<TupleArc32>& ucam::fsttools::StateHandler::f_ |
Definition at line 158 of file fstutils.topofeatures.hpp.
fst::VectorFst<TupleArc32>& ucam::fsttools::StateHandler::o_ |
Definition at line 159 of file fstutils.topofeatures.hpp.
BimapStateIdVectorStateType ucam::fsttools::StateHandler::state |
Definition at line 156 of file fstutils.topofeatures.hpp.