neubig / travatar

This is a repository for the Travatar forest-to-string translation decoder
GNU Lesser General Public License v3.0
28 stars 11 forks source link

Missing "use IO::File" in script/train/clean-corpus.pl #28

Closed zomux closed 9 years ago

zomux commented 9 years ago

Missing following import statement in script/train/clean-corpus.pl, the script reported an error in my environment.

use IO::File;
neubig commented 9 years ago

Thanks for reporting the issue! It's been fixed.