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
path: root/moses/FF
diff options
context:
space:
mode:
authorHieu Hoang <hieuhoang@gmail.com>2016-03-24 16:46:52 +0300
committerHieu Hoang <hieuhoang@gmail.com>2016-03-24 16:46:52 +0300
commit9a560a3d0f0ee6cac784c6685b0356fa6cc7b67a (patch)
tree3d1c5fd4a6f1503968d008d6fc46ce73313a17d4 /moses/FF
parent4855f393f2614a3babc98ce0abd0c5e0deb1a5bf (diff)
recreate lex ro framework from Moses
Diffstat (limited to 'moses/FF')
-rw-r--r--moses/FF/LexicalReordering/PhraseBasedReorderingState.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/moses/FF/LexicalReordering/PhraseBasedReorderingState.h b/moses/FF/LexicalReordering/PhraseBasedReorderingState.h
index cb8bb68e2..1ab5bc9b6 100644
--- a/moses/FF/LexicalReordering/PhraseBasedReorderingState.h
+++ b/moses/FF/LexicalReordering/PhraseBasedReorderingState.h
@@ -27,11 +27,6 @@ public:
LRState*
Expand(const TranslationOption& topt,const InputType& input,
ScoreComponentCollection* scores) const;
-
- ReorderingType GetOrientationTypeMSD(Range currRange) const;
- ReorderingType GetOrientationTypeMSLR(Range currRange) const;
- ReorderingType GetOrientationTypeMonotonic(Range currRange) const;
- ReorderingType GetOrientationTypeLeftRight(Range currRange) const;
};
}