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/WordLattice.h
parent2da95fe74a7a9f5388f7a57b1134a04881a908c7 (diff)
daily automatic beautifier
Diffstat (limited to 'moses/WordLattice.h')
-rw-r--r--moses/WordLattice.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/moses/WordLattice.h b/moses/WordLattice.h
index fd0678271..b67ac83e9 100644
--- a/moses/WordLattice.h
+++ b/moses/WordLattice.h
@@ -40,9 +40,9 @@ public:
/** Given a lattice represented using the PCN::CN data type (topologically sorted agency list
* representation), initialize the WordLattice object
*/
- int InitializeFromPCNDataType(const PCN::CN& cn, size_t const maxPhraseLength,
- const std::vector<FactorType>& factorOrder,
- const std::string& debug_line = "");
+ int InitializeFromPCNDataType(const PCN::CN& cn, size_t const maxPhraseLength,
+ const std::vector<FactorType>& factorOrder,
+ const std::string& debug_line = "");
/** Read from PLF format (1 lattice per line)
*/
int Read(std::istream& in,