summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorGuest_account Guest_account prguest11 <prguest11@taipan.cs>2011-09-15 12:52:59 +0100
committerGuest_account Guest_account prguest11 <prguest11@taipan.cs>2011-09-15 12:52:59 +0100
commit08f1814923005f702300d661c4d67f4635fc901c (patch)
tree1bb96a2d7c9aef6e7c66332d8d60378aac45836e /utils
parentb7bff725993ba7ffc960a46db9b75fc570671ab5 (diff)
script to filter reachable sentences, weight cleanup
Diffstat (limited to 'utils')
-rwxr-xr-xutils/feature_vector.h4
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;