argparser.add_argument('--workset',help='Sub-Directory of parent input-directory (if it exists). Helpful if script is executed in loop on many worksets')
argparser.add_argument('--part',help='Sub-Sub-Directory of parent input-directory (if it exists). Helpful if script is executed in loop on many types')
argparser.add_argument('--test',help='Set this if it is a testrun only',action='store_true')
argparser.add_argument('--rerun',help='Set this if it is you want to rerun and ignore old files',action='store_true')
argparser.add_argument('--spacy',help='Set this if you want to run spacy',action='store_true')
argparser.add_argument('--both',help='Set this if spacy is set and you want to run the normal ngrams as well',action='store_true')
argparser.add_argument('--asis',help='Set this if you want to make as-is CHAR ngrams',action='store_true')
argparser.add_argument('--encase_list',
nargs='*',
type=str,
help='''Set this if you want to encase tags ("url", "hashtag", "mention",
argparser.add_argument('--workset',help='Sub-Directory of parent input-directory (if it exists). Helpful if script is executed in loop on many worksets')
argparser.add_argument('--part',help='Sub-Sub-Directory of parent input-directory (if it exists). Helpful if script is executed in loop on many types')
argparser.add_argument('--test',help='Set this if it is a testrun only',action='store_true')
argparser.add_argument('--rerun',help='Set this if it is you want to rerun and ignore old files',action='store_true')
argparser.add_argument('--spacy',help='Set this if you want to run spacy',action='store_true')
argparser.add_argument('--both',help='Set this if spacy is set and you want to run the normal ngrams as well',action='store_true')
argparser.add_argument('--asis',help='Set this if you want to make as-is CHAR ngrams',action='store_true')
argparser.add_argument('--encase_list',
nargs='*',
type=str,
help='''Set this if you want to encase tags ("url", "hashtag", "mention",