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:
authorUlrich Germann <ulrich.germann@cs.toronto.edu>2013-06-03 15:23:27 +0400
committerUlrich Germann <ulrich.germann@cs.toronto.edu>2013-06-03 15:23:27 +0400
commite3a0bfa330b23ecd68e865735b466f3cedf96e00 (patch)
tree813ba76556ebbca0831ede205e270c9122d9ca8f /moses/TypeDef.h
parent570b7c6aa535d573aa948a59e6d645cbe4777e30 (diff)
Added enumerated PhraseTableImplementation type DSuffixArray.
Diffstat (limited to 'moses/TypeDef.h')
-rw-r--r--moses/TypeDef.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/moses/TypeDef.h b/moses/TypeDef.h
index 58b56b713..57b607669 100644
--- a/moses/TypeDef.h
+++ b/moses/TypeDef.h
@@ -121,6 +121,7 @@ enum PhraseTableImplementation {
,FuzzyMatch = 11
,Compact = 12
,Interpolated = 13
+ ,DSuffixArray = 14
};
enum InputTypeEnum {