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/Manager.h
parent8df9639f10c740df48933f8c6f7a7f5f14cd722f (diff)
typo
Diffstat (limited to 'moses/Manager.h')
-rw-r--r--moses/Manager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/Manager.h b/moses/Manager.h
index 11762ec37..098d138c0 100644
--- a/moses/Manager.h
+++ b/moses/Manager.h
@@ -73,7 +73,7 @@ struct SearchGraphNode {
* (and also the first mapping step in the factored model) is a phrase translation
* from the source to the target. Given a specific input sentence, only a limited
* number of phrase translation can be applied. For efficient lookup of the
- * translation options later, these optuions are first collected in the function
+ * translation options later, these options are first collected in the function
* CreateTranslationOption (for more information check the class
* TranslationOptionCollection)
* - Create initial hypothesis: Hypothesis stack 0 contains only one empty hypothesis.