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-09-25 19:57:01 +0400
committerHieu Hoang <hieuhoang@gmail.com>2013-09-25 19:57:01 +0400
commitdeafd5922daaa9bdb63c025d49103f444485f5db (patch)
tree8c18cfae1d9b56cef7a19300d33523ba08fda4ac /moses-cmd
parent96df1f265937c77f32d5eeb5bcac1fbb586ed6ad (diff)
skeleton PT
Diffstat (limited to 'moses-cmd')
-rw-r--r--moses-cmd/IOWrapper.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/moses-cmd/IOWrapper.cpp b/moses-cmd/IOWrapper.cpp
index da20533ad..eadab05be 100644
--- a/moses-cmd/IOWrapper.cpp
+++ b/moses-cmd/IOWrapper.cpp
@@ -44,6 +44,9 @@ POSSIBILITY OF SUCH DAMAGE.
#include "moses/StaticData.h"
#include "moses/FeatureVector.h"
#include "moses/InputFileStream.h"
+#include "moses/FF/StatefulFeatureFunction.h"
+#include "moses/FF/StatelessFeatureFunction.h"
+
#include "IOWrapper.h"
using namespace std;