Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHieu Hoang <hieu@hoang.co.uk>2013-05-24 21:02:49 +0400
committerHieu Hoang <hieu@hoang.co.uk>2013-05-24 21:02:49 +0400
commita80d838b0fa6eda3e45d2403f06fb3fe5559953d (patch)
treee4eae6ecbb30171e5159b543bc74c5964fe552e3 /moses/ScoreComponentCollection.h
parent6c322ba05ec745cbe97500e2206518e05e92376d (diff)
move feature functions into moses/FF
Diffstat (limited to 'moses/ScoreComponentCollection.h')
-rw-r--r--moses/ScoreComponentCollection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/ScoreComponentCollection.h b/moses/ScoreComponentCollection.h
index 9854151ed..e76c9d06b 100644
--- a/moses/ScoreComponentCollection.h
+++ b/moses/ScoreComponentCollection.h
@@ -32,7 +32,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
#include "util/check.hh"
-#include "FeatureFunction.h"
+#include "moses/FF/FeatureFunction.h"
#include "FeatureVector.h"
#include "TypeDef.h"
#include "Util.h"