mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-26 13:23:25 +03:00
fixed typo
This commit is contained in:
parent
1f82a43837
commit
7ca271b200
@ -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) = @_;
|
||||
|
Loading…
Reference in New Issue
Block a user