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:
authorHieu Hoang <hieuhoang@gmail.com>2015-02-19 15:27:23 +0300
committerHieu Hoang <hieuhoang@gmail.com>2015-02-19 15:27:23 +0300
commit32de07502217879f0d354ec810c8e669f4d45d3c (patch)
treefafdf8f63d9902e4fd2b45f05902faa5d65df996 /moses/TranslationOptionCollectionLattice.cpp
parent6d4bad0f78ede5bcf7eaaea1de584f42bce8e91f (diff)
beautify
Diffstat (limited to 'moses/TranslationOptionCollectionLattice.cpp')
-rw-r--r--moses/TranslationOptionCollectionLattice.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/moses/TranslationOptionCollectionLattice.cpp b/moses/TranslationOptionCollectionLattice.cpp
index 6f9de7836..9af62dc81 100644
--- a/moses/TranslationOptionCollectionLattice.cpp
+++ b/moses/TranslationOptionCollectionLattice.cpp
@@ -170,7 +170,7 @@ void TranslationOptionCollectionLattice::CreateTranslationOptions()
}
-void
+void
TranslationOptionCollectionLattice::
ProcessUnknownWord(size_t sourcePos)
{
@@ -178,14 +178,14 @@ ProcessUnknownWord(size_t sourcePos)
// why??? UG
}
-bool
+bool
TranslationOptionCollectionLattice::
CreateTranslationOptionsForRange
-(const DecodeGraph &decodeStepList, size_t startPosition, size_t endPosition,
+(const DecodeGraph &decodeStepList, size_t startPosition, size_t endPosition,
bool adhereTableLimit, size_t graphInd)
{
- UTIL_THROW(util::Exception,
- "CreateTranslationOptionsForRange() not implemented for lattice");
+ UTIL_THROW(util::Exception,
+ "CreateTranslationOptionsForRange() not implemented for lattice");
}
} // namespace