diff options
author | Victor Chahuneau <vchahune@cs.cmu.edu> | 2012-10-16 01:27:30 -0400 |
---|---|---|
committer | Victor Chahuneau <vchahune@cs.cmu.edu> | 2012-10-16 01:27:30 -0400 |
commit | 547953bb2a42c001004bdb83814000d688bec8ba (patch) | |
tree | 1f0bedf9a99df05f98b0188f1b7690a8d0c8a14c /decoder/ff_context.cc | |
parent | 07994f5e72052b0dd7110819a383ae955313f452 (diff) | |
parent | 09a522afef40e514e741ddf5f9bbc61cfb2170e8 (diff) |
Merge branch 'master' of github.com:redpony/cdec
Diffstat (limited to 'decoder/ff_context.cc')
-rw-r--r-- | decoder/ff_context.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/decoder/ff_context.cc b/decoder/ff_context.cc index 9de4d737..f2b0e67c 100644 --- a/decoder/ff_context.cc +++ b/decoder/ff_context.cc @@ -5,12 +5,14 @@ #include <cassert> #include <cmath> +#include "hg.h" #include "filelib.h" #include "stringlib.h" #include "sentence_metadata.h" #include "lattice.h" #include "fdict.h" #include "verbose.h" +#include "tdict.h" RuleContextFeatures::RuleContextFeatures(const string& param) { // cerr << "initializing RuleContextFeatures with parameters: " << param; |