Cleaner and more outputs during training initialization.

This commit is contained in:
Tomasz Sobczyk
2020-10-24 14:21:59 +02:00
committed by nodchip
parent b882423005
commit 2c477d76ec
12 changed files with 129 additions and 94 deletions
+1 -1
View File
@@ -221,7 +221,7 @@ namespace Learner{
// in case the file is empty or was deleted.
if (sfen_input_stream->eof())
{
out << "==> File empty, nothing to read.\n";
out << " - File empty, nothing to read.\n";
}
else
{