diff options
author | Wu, Ke <wuke@cs.umd.edu> | 2014-12-06 12:18:18 -0500 |
---|---|---|
committer | Wu, Ke <wuke@cs.umd.edu> | 2014-12-06 12:18:18 -0500 |
commit | 2ffd51b55c74d9db1e54180e8c817c3f81201a91 (patch) | |
tree | 558455149a44f314a96705d99128388c051e351e /decoder/ff_const_reorder.cc | |
parent | 68fb48bc94d9eccc6b43960a26ea72aed69bf789 (diff) | |
parent | 16827862bcc4f04ada087abc255c6604d88076c1 (diff) |
Merge branch 'const_reorder' into softsyn
Diffstat (limited to 'decoder/ff_const_reorder.cc')
-rw-r--r-- | decoder/ff_const_reorder.cc | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/decoder/ff_const_reorder.cc b/decoder/ff_const_reorder.cc index 8da551c6..e4fb4725 100644 --- a/decoder/ff_const_reorder.cc +++ b/decoder/ff_const_reorder.cc @@ -4,11 +4,8 @@ #include "stringlib.h" #include "hg.h" #include "sentence_metadata.h" -#include "tree.h" -#include "srl_sentence.h" -#include "tsuruoka_maxent.h" #include "hash.h" -#include "argument_reorder_model.h" +#include "ff_const_reorder_common.h" #include <sstream> #include <string> @@ -16,6 +13,7 @@ #include <stdio.h> using namespace std; +using namespace const_reorder; typedef HASH_MAP<std::string, vector<double> > MapClassifier; |