commit 60a331f236a41f4553849f7a4d2506503600dd99 Author: aboelhamd Date: Wed Jul 31 20:46:57 2019 +0200 small modification in -u flag. diff --git a/src/RulesApplier.cpp b/src/RulesApplier.cpp index f45adb1..13a2b76 100644 --- a/src/RulesApplier.cpp +++ b/src/RulesApplier.cpp @@ -94,7 +94,7 @@ int main(int argc, char **argv) { << "newlextorFilePath : write the new sentences lextor in this lextor file." << endl; cout - << "-n : put newline after each sentence ambiguous chunker (to use it removing bad sentences)." + << "-n : put newline after each sentence ambiguous chunker (to use it in removing bad sentences)." << endl; return -1; }