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:
authorNicola Bertoldi <bertoldi@fbk.eu>2013-08-14 18:11:43 +0400
committerNicola Bertoldi <bertoldi@fbk.eu>2013-08-14 18:11:43 +0400
commit048f269e8ef3b981ce40865b64d9a2eab5cef33e (patch)
tree8690d084822da318c8ee89540aeee69667254a51 /moses/TypeDef.h
parent64abaa92b6559831e71880df5c585fb0ac3616a7 (diff)
preparation for dynamic cache-based phrase dictionary
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 a49a3feb9..bba99e077 100644
--- a/moses/TypeDef.h
+++ b/moses/TypeDef.h
@@ -122,6 +122,7 @@ enum PhraseTableImplementation {
,Compact = 12
,Interpolated = 13
,DSuffixArray = 14
+ ,DCacheBased = 32
};
enum InputTypeEnum {