HowManyAreAnalyzed(): use status_user_agent to report progress
[linguistica.git] / CommandLine.h
blobe82c6517b520305add1a619b737980dfacb0d462
1 // Functions to process command-line arguments
2 // Copyright © 2009 The University of Chicago
3 #ifndef COMMANDLINE_H
4 #define COMMANDLINE_H
6 extern int processCommandLineArgs(int argc, char** argv,
7 class QString& corpus, int& count, class QString& logFile,
8 class QString& goldStdFile, class QString& outputDir,
9 bool& mini, bool& prefix, bool& suffix, bool& verbose,
10 class QString& error);
12 extern void DisplayHelp();
14 #endif // COMMANDLINE_H