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:
author= <=>2013-09-25 02:59:29 +0400
committer= <=>2013-09-25 02:59:29 +0400
commitd1007921407672068ec54e9805fee2a39e4f918a (patch)
treeab000413a2135b57e254572134201dc61c361d9e /moses/TypeDef.h
parentc227cde7907e53ec663523430aedcdd3b7812073 (diff)
Added Mmsapt as PT implementation type.
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 122c3d1dc..88550caa9 100644
--- a/moses/TypeDef.h
+++ b/moses/TypeDef.h
@@ -122,6 +122,7 @@ enum PhraseTableImplementation {
,Compact = 12
,Interpolated = 13
,DSuffixArray = 14
+ ,MemMappedSA = 15
};
enum InputTypeEnum {