fix word lattice input feature for non-binary pt

This commit is contained in:
Hieu Hoang 2015-02-08 00:50:23 +00:00
parent 755bd609f5
commit 066a681b43
2 changed files with 5 additions and 1 deletions

View File

@ -122,7 +122,7 @@ enum InputTypeEnum {
,ConfusionNetworkInput = 1
,WordLatticeInput = 2
,TreeInputType = 3
,WordLatticeInput2 = 4
//,WordLatticeInput2 = 4
, TabbedSentenceInput = 5
,ForestInputType = 6
};

View File

@ -21,6 +21,10 @@ private:
public:
WordLattice();
InputTypeEnum GetType() const
{ return WordLatticeInput; }
size_t GetColumnIncrement(size_t ic, size_t j) const;
void Print(std::ostream&) const;
/** Get shortest path between two nodes