Commit f34a32418102e77d2a42d46d62f77f1bbda3ce14

Authored by Michał Lenart
1 parent c69b5c6f

mała zmiana w outpucie

git-svn-id: svn://svn.nlp.ipipan.waw.pl/morfeusz/morfeusz@192 ff4e3ee1-f430-4e82-ade0-24591c43f1fd
Showing 1 changed file with 1 additions and 1 deletions
morfeusz/outputUtils.hpp
@@ -21,7 +21,7 @@ void printMorphResults(const std::vector<MorphInterpretation>& res, bool printNo @@ -21,7 +21,7 @@ void printMorphResults(const std::vector<MorphInterpretation>& res, bool printNo
21 printf("]\n["); 21 printf("]\n[");
22 } 22 }
23 else if (prevStart != -1) { 23 else if (prevStart != -1) {
24 - printf("; "); 24 + printf(";\n");
25 } 25 }
26 // printf("%s", mi.toString(true).c_str()); 26 // printf("%s", mi.toString(true).c_str());
27 if (printNodeNumbers) { 27 if (printNodeNumbers) {