parser.add_argument('-c','--classifier-file',help="If selected, the strong classifier will be stored in this file (or loaded from it if it already exists).")
parser.add_argument('-F','--force',action='store_true',help="Re-train the strong classifier, even if the --classifier-file already exists.")
parser.add_argument('-v','--verbose',action='count',default=0,help="Increase the verbosity level (up too three times)")