Cambridge SMT System
fsttools/include/tropical-sparse-tuple-weight-decls.h File Reference

Basic declarations used for tropical sparse vector weight semiring. More...

#include <vector>
Include dependency graph for fsttools/include/tropical-sparse-tuple-weight-decls.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef std::vector< double > PARAMS
 
typedef fst::TropicalWeightTpl< double > FeatureWeight
 
typedef fst::TropicalSparseTupleWeight< double > TupleW
 
typedef fst::ArcTpl< TupleWTupleArc
 
typedef fst::VectorFst< TupleArcTupleArcFst
 
typedef fst::TropicalWeightTpl< float > FeatureWeight32
 
typedef fst::TropicalSparseTupleWeight< float > TupleW32
 
typedef fst::ArcTpl< TupleW32TupleArc32
 
typedef fst::VectorFst< TupleArc32TupleArcFst32
 

Detailed Description

Basic declarations used for tropical sparse vector weight semiring.

Date
10-10-2012
Author
Rory Waite

Definition in file fsttools/include/tropical-sparse-tuple-weight-decls.h.

Typedef Documentation

typedef fst::TropicalWeightTpl<double> FeatureWeight
typedef fst::TropicalWeightTpl<float> FeatureWeight32
typedef std::vector<double> PARAMS
typedef fst::ArcTpl<TupleW> TupleArc
typedef fst::ArcTpl<TupleW32> TupleArc32
typedef fst::VectorFst<TupleArc> TupleArcFst
typedef fst::VectorFst<TupleArc32> TupleArcFst32