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 22:11:15 +0400
committerHieu Hoang <hieu@hoang.co.uk>2013-05-24 22:11:15 +0400
commit75a1849bcf42e8a227a471d493c69ef42794cea9 (patch)
tree47b594ee9dc8a04b74c7b4b0dc17932f6d4b1f70 /moses/Hypothesis.h
parenta6154218823a20e6753bf620f49566e321187c3c (diff)
split classes in FeatureFunction files
Diffstat (limited to 'moses/Hypothesis.h')
-rw-r--r--moses/Hypothesis.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/moses/Hypothesis.h b/moses/Hypothesis.h
index 3624bd5b6..710ffdbe3 100644
--- a/moses/Hypothesis.h
+++ b/moses/Hypothesis.h
@@ -45,6 +45,8 @@ class TranslationOption;
class WordsRange;
class Hypothesis;
class FFState;
+class StatelessFeatureFunction;
+class StatefulFeatureFunction;
class Manager;
class LexicalReordering;