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:
authorRico Sennrich <rico.sennrich@gmx.ch>2014-03-03 17:56:19 +0400
committerRico Sennrich <rico.sennrich@gmx.ch>2014-03-03 17:56:19 +0400
commitc27ecbe5c6526c7d346b7b9ed571110e712da836 (patch)
treebad3f2e7aa2907d49e0435ddd62be725c2f5d0d3 /moses/StaticData.cpp
parent01bc3c111e792b88291a1d3bdb4901b676b02107 (diff)
rename SyntaxConstraintFeature to TreeStructureFeature
(makes it clearer what it does; build/print the internal tree structure in string-to-tree decoding) no longer rely on name of FF for printing internal trees
Diffstat (limited to 'moses/StaticData.cpp')
-rw-r--r--moses/StaticData.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/moses/StaticData.cpp b/moses/StaticData.cpp
index 3a529c230..9ab1564fc 100644
--- a/moses/StaticData.cpp
+++ b/moses/StaticData.cpp
@@ -66,6 +66,7 @@ StaticData::StaticData()
,m_lmEnableOOVFeature(false)
,m_isAlwaysCreateDirectTranslationOption(false)
,m_currentWeightSetting("default")
+ ,m_treeStructure(NULL)
{
m_xmlBrackets.first="<";
m_xmlBrackets.second=">";