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:
authorNicola Bertoldi <bertoldi@fbk.eu>2014-01-15 19:42:02 +0400
committerNicola Bertoldi <bertoldi@fbk.eu>2014-01-15 19:42:02 +0400
commitbd83999264407dd7970736ee3e70a6b39fb19014 (patch)
tree1a0a0d9bab2b8caf853c301187beb637b0a1af61 /moses/TranslationOptionCollectionLattice.h
parenta098550f33dd1eead0e72a98a4822ce924841550 (diff)
beautify
Diffstat (limited to 'moses/TranslationOptionCollectionLattice.h')
-rw-r--r--moses/TranslationOptionCollectionLattice.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/moses/TranslationOptionCollectionLattice.h b/moses/TranslationOptionCollectionLattice.h
index 3e09954c7..bfc2a2ff1 100644
--- a/moses/TranslationOptionCollectionLattice.h
+++ b/moses/TranslationOptionCollectionLattice.h
@@ -15,10 +15,10 @@ class WordLattice;
class TranslationOptionCollectionLattice : public TranslationOptionCollection
{
protected:
- /* forcibly create translation option for a 1 word.
- * call the base class' ProcessOneUnknownWord() for each possible word in the confusion network
- * at a particular source position
- */
+ /* forcibly create translation option for a 1 word.
+ * call the base class' ProcessOneUnknownWord() for each possible word in the confusion network
+ * at a particular source position
+ */
void ProcessUnknownWord(size_t sourcePos); // do not implement
public:
@@ -27,10 +27,10 @@ public:
void CreateTranslationOptions();
void CreateTranslationOptionsForRange(const DecodeGraph &decodeStepList
- , size_t startPosition
- , size_t endPosition
- , bool adhereTableLimit
- , size_t graphInd); // do not implement
+ , size_t startPosition
+ , size_t endPosition
+ , bool adhereTableLimit
+ , size_t graphInd); // do not implement
protected: