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 <hieuhoang@gmail.com>2013-08-30 19:03:06 +0400
committerHieu Hoang <hieuhoang@gmail.com>2013-08-30 19:03:06 +0400
commit04783309ba36b49bab52deef516f74bad71be1c2 (patch)
tree4bf4c943f5e0faae32e5eb2032dcd3660158817a /moses/GenerationDictionary.h
parent03fd06b38b2d21ac6d0c8ac14a2bdce13fcb9feb (diff)
move DecodeFeature to FF directory
Diffstat (limited to 'moses/GenerationDictionary.h')
-rw-r--r--moses/GenerationDictionary.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/GenerationDictionary.h b/moses/GenerationDictionary.h
index 9f93346e4..a22cb930c 100644
--- a/moses/GenerationDictionary.h
+++ b/moses/GenerationDictionary.h
@@ -29,7 +29,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
#include "ScoreComponentCollection.h"
#include "Phrase.h"
#include "TypeDef.h"
-#include "DecodeFeature.h"
+#include "moses/FF/DecodeFeature.h"
namespace Moses
{