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:
authorMosesAdmin <moses-support-owner@mit.edu>2015-12-09 03:00:35 +0300
committerMosesAdmin <moses-support-owner@mit.edu>2015-12-09 03:00:35 +0300
commit59365f2bd3f2ed6d7f77d7fee08ab6d2ac201750 (patch)
treeefb8beb9aa968992fc63385d2343848fc834fe76 /moses/Syntax
parent2da95fe74a7a9f5388f7a57b1134a04881a908c7 (diff)
daily automatic beautifier
Diffstat (limited to 'moses/Syntax')
-rw-r--r--moses/Syntax/F2S/HyperTreeLoader.cpp2
-rw-r--r--moses/Syntax/F2S/HyperTreeLoader.h2
-rw-r--r--moses/Syntax/F2S/Manager-inl.h6
-rw-r--r--moses/Syntax/S2T/RuleTrieLoader.cpp2
-rw-r--r--moses/Syntax/S2T/RuleTrieLoader.h2
-rw-r--r--moses/Syntax/T2S/RuleTrieLoader.cpp2
-rw-r--r--moses/Syntax/T2S/RuleTrieLoader.h2
7 files changed, 9 insertions, 9 deletions
diff --git a/moses/Syntax/F2S/HyperTreeLoader.cpp b/moses/Syntax/F2S/HyperTreeLoader.cpp
index 3a6fe072c..907c733e3 100644
--- a/moses/Syntax/F2S/HyperTreeLoader.cpp
+++ b/moses/Syntax/F2S/HyperTreeLoader.cpp
@@ -40,7 +40,7 @@ namespace F2S
{
bool HyperTreeLoader::Load(AllOptions const& opts,
- const std::vector<FactorType> &input,
+ const std::vector<FactorType> &input,
const std::vector<FactorType> &output,
const std::string &inFile,
const RuleTableFF &ff,
diff --git a/moses/Syntax/F2S/HyperTreeLoader.h b/moses/Syntax/F2S/HyperTreeLoader.h
index 251927db3..42d1ef774 100644
--- a/moses/Syntax/F2S/HyperTreeLoader.h
+++ b/moses/Syntax/F2S/HyperTreeLoader.h
@@ -24,7 +24,7 @@ class HyperTreeLoader : public HyperTreeCreator
{
public:
bool Load(AllOptions const& opts,
- const std::vector<FactorType> &input,
+ const std::vector<FactorType> &input,
const std::vector<FactorType> &output,
const std::string &inFile,
const RuleTableFF &,
diff --git a/moses/Syntax/F2S/Manager-inl.h b/moses/Syntax/F2S/Manager-inl.h
index 98a19d6d9..4ee691263 100644
--- a/moses/Syntax/F2S/Manager-inl.h
+++ b/moses/Syntax/F2S/Manager-inl.h
@@ -74,9 +74,9 @@ void Manager<RuleMatcher>::Decode()
RuleMatcherCallback callback(m_stackMap, ruleLimit);
// Create a glue rule synthesizer.
- GlueRuleSynthesizer glueRuleSynthesizer(*m_glueRuleTrie,
- options().input.factor_order);
-
+ GlueRuleSynthesizer glueRuleSynthesizer(*m_glueRuleTrie,
+ options().input.factor_order);
+
// Sort the input forest's vertices into bottom-up topological order.
std::vector<const Forest::Vertex *> sortedVertices;
TopologicalSorter sorter;
diff --git a/moses/Syntax/S2T/RuleTrieLoader.cpp b/moses/Syntax/S2T/RuleTrieLoader.cpp
index dbd5b11c5..e4dd8f5c8 100644
--- a/moses/Syntax/S2T/RuleTrieLoader.cpp
+++ b/moses/Syntax/S2T/RuleTrieLoader.cpp
@@ -37,7 +37,7 @@ namespace S2T
{
bool RuleTrieLoader::Load(Moses::AllOptions const& opts,
- const std::vector<FactorType> &input,
+ const std::vector<FactorType> &input,
const std::vector<FactorType> &output,
const std::string &inFile,
const RuleTableFF &ff,
diff --git a/moses/Syntax/S2T/RuleTrieLoader.h b/moses/Syntax/S2T/RuleTrieLoader.h
index b8e0d1040..0165a0e5b 100644
--- a/moses/Syntax/S2T/RuleTrieLoader.h
+++ b/moses/Syntax/S2T/RuleTrieLoader.h
@@ -22,7 +22,7 @@ class RuleTrieLoader : public RuleTrieCreator
{
public:
bool Load(Moses::AllOptions const& opts,
- const std::vector<FactorType> &input,
+ const std::vector<FactorType> &input,
const std::vector<FactorType> &output,
const std::string &inFile,
const RuleTableFF &,
diff --git a/moses/Syntax/T2S/RuleTrieLoader.cpp b/moses/Syntax/T2S/RuleTrieLoader.cpp
index c50352092..026237128 100644
--- a/moses/Syntax/T2S/RuleTrieLoader.cpp
+++ b/moses/Syntax/T2S/RuleTrieLoader.cpp
@@ -36,7 +36,7 @@ namespace T2S
{
bool RuleTrieLoader::Load(Moses::AllOptions const& opts,
- const std::vector<FactorType> &input,
+ const std::vector<FactorType> &input,
const std::vector<FactorType> &output,
const std::string &inFile,
const RuleTableFF &ff,
diff --git a/moses/Syntax/T2S/RuleTrieLoader.h b/moses/Syntax/T2S/RuleTrieLoader.h
index 83bea5e44..275e6b9ef 100644
--- a/moses/Syntax/T2S/RuleTrieLoader.h
+++ b/moses/Syntax/T2S/RuleTrieLoader.h
@@ -21,7 +21,7 @@ class RuleTrieLoader : public RuleTrieCreator
{
public:
bool Load(Moses::AllOptions const& opts,
- const std::vector<FactorType> &input,
+ const std::vector<FactorType> &input,
const std::vector<FactorType> &output,
const std::string &inFile,
const RuleTableFF &,