diff options
author | Guest_account Guest_account prguest11 <prguest11@taipan.cs> | 2011-09-15 12:52:59 +0100 |
---|---|---|
committer | Guest_account Guest_account prguest11 <prguest11@taipan.cs> | 2011-09-15 12:52:59 +0100 |
commit | 08f1814923005f702300d661c4d67f4635fc901c (patch) | |
tree | 1bb96a2d7c9aef6e7c66332d8d60378aac45836e /utils/feature_vector.h | |
parent | b7bff725993ba7ffc960a46db9b75fc570671ab5 (diff) |
script to filter reachable sentences, weight cleanup
Diffstat (limited to 'utils/feature_vector.h')
-rwxr-xr-x | utils/feature_vector.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/feature_vector.h b/utils/feature_vector.h index 733aa99e..a7b61a66 100755 --- a/utils/feature_vector.h +++ b/utils/feature_vector.h @@ -3,9 +3,9 @@ #include <vector> #include "sparse_vector.h" -#include "fdict.h" +#include "weights.h" -typedef double Featval; +typedef weight_t Featval; typedef SparseVector<Featval> FeatureVector; typedef SparseVector<Featval> WeightVector; typedef std::vector<Featval> DenseWeightVector; |