diff options
author | Chris Dyer <cdyer@cs.cmu.edu> | 2012-03-09 22:23:50 -0500 |
---|---|---|
committer | Chris Dyer <cdyer@cs.cmu.edu> | 2012-03-09 22:23:50 -0500 |
commit | 89d63600524bc042b6c2741d7d67db6a3a74dc8c (patch) | |
tree | ccec74b3e311084d6d2013e4b3b101e29108ded0 /gi/pf/guess-translits.pl | |
parent | 0ab9e175f86b3fd02a4a94f350282210aba054e3 (diff) |
moar
Diffstat (limited to 'gi/pf/guess-translits.pl')
-rwxr-xr-x | gi/pf/guess-translits.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gi/pf/guess-translits.pl b/gi/pf/guess-translits.pl index aafec13a..d00c2168 100755 --- a/gi/pf/guess-translits.pl +++ b/gi/pf/guess-translits.pl @@ -69,4 +69,4 @@ for my $f (keys %fs) { } } print STDERR "Extracted $num pairs.\n"; -print STDERR "Recommend running:\n ../../training/model1 -t -99999 output.txt\n"; +print STDERR "Recommend running:\n ../../training/model1 -v -d -t -99999 output.txt\n"; |