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@gmail.com>2015-10-21 02:56:29 +0300
committerUlrich Germann <Ulrich.Germann@gmail.com>2015-10-21 02:56:29 +0300
commit06a516842d9618c1d8e30759facb15c97d87b15a (patch)
tree5942125014b0f4f211a9083e01b7635582f6577a /moses/TypeDef.h
parent08b8157042330141a8e7ae6e8274d15e111ef6ac (diff)
Moses server now accepts context weights as translation request parameters.
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 4ccc25143..18f01f73c 100644
--- a/moses/TypeDef.h
+++ b/moses/TypeDef.h
@@ -189,3 +189,4 @@ typedef boost::shared_ptr<TranslationTask> ttasksptr;
typedef boost::weak_ptr<TranslationTask> ttaskwptr;
}
+#define SPTR boost::shared_ptr