options.addOption('s', "stopWords", "A file containing a list of stop "+
"words that should be encluded from bigrams",
true, "FILE", "Program Options");
options.addOption('h', "help", "Generates a help message and exits",
false, null, "Program Options");
options.addOption('v', "verbose", "Turns on verbose output",
false, null, "Program Options");
options.addOption('V', "veryVerbose", "Turns on *very* verbose output",
false, null, "Program Options");