fixed typo

This commit is contained in:
amittai 2013-02-26 19:47:44 -08:00
parent 1f82a43837
commit 7ca271b200

View File

@ -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) = @_;