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:
authoramittai <amittai@foo.bar>2013-02-27 07:47:44 +0400
committeramittai <amittai@foo.bar>2013-02-27 07:47:44 +0400
commit7ca271b200c7fabef2a1697924173ecc8470a66e (patch)
treeed530e461440399e2e213ac09137ef37c971e60c /scripts/tokenizer
parent1f82a438377e03b71697f195494a9ae4f618fe63 (diff)
fixed typo
Diffstat (limited to 'scripts/tokenizer')
-rwxr-xr-xscripts/tokenizer/tokenizer.perl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/tokenizer/tokenizer.perl b/scripts/tokenizer/tokenizer.perl
index f59cd5f86..986a2dfb5 100755
--- a/scripts/tokenizer/tokenizer.perl
+++ b/scripts/tokenizer/tokenizer.perl
@@ -171,7 +171,7 @@ if ($TIMING)
# tokenize a batch of texts saved in an array
# input: an array containing a batch of texts
-# return: another array cotaining a batch of tokenized texts for the input array
+# return: another array containing a batch of tokenized texts for the input array
sub tokenize_batch
{
my(@text_list) = @_;