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:
authorChristian Buck <cbuck@lantis.de>2013-04-12 22:38:55 +0400
committerChristian Buck <cbuck@lantis.de>2013-04-12 22:39:04 +0400
commit9c2c6c603b9f4a37d0e6a4004b11067dc8d58b7f (patch)
tree0b0643ded56f5acd91b8aed3f3d2146900cc3a3b /moses-cmd
parent8df9639f10c740df48933f8c6f7a7f5f14cd722f (diff)
typo
Diffstat (limited to 'moses-cmd')
-rw-r--r--moses-cmd/Main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses-cmd/Main.cpp b/moses-cmd/Main.cpp
index 68d8049c4..17a409e2b 100644
--- a/moses-cmd/Main.cpp
+++ b/moses-cmd/Main.cpp
@@ -686,7 +686,7 @@ int main(int argc, char** argv)
detailedTranslationCollector.reset(new OutputCollector(&(ioWrapper->GetDetailedTranslationReportingStream())));
}
- // initialize stram for word alignment between input and output
+ // initialize stream for word alignment between input and output
auto_ptr<OutputCollector> alignmentInfoCollector;
if (!staticData.GetAlignmentOutputFile().empty()) {
alignmentInfoCollector.reset(new OutputCollector(ioWrapper->GetAlignmentOutputStream()));