parser.add_argument('-d','--devel-name',dest="dev",default="scores-dev",help="Name of the file containing the development scores")
parser.add_argument('-e','--eval-name',dest="eval",default="scores-eval",help="Name of the file containing the evaluation scores")
parser.add_argument('-D','--directory',default=".",help="The directory where the results should be collected from; might include search patterns as '*'.")
parser.add_argument('-n','--nonorm-dir',dest="nonorm",default="nonorm",help="Directory where the unnormalized scores are found")
parser.add_argument('-z','--ztnorm-dir',dest="ztnorm",default="ztnorm",help="Directory where the normalized scores are found")
parser.add_argument('-s','--sort',action='store_true',help="Sort the results")