Deleted unnecessary argument

This commit is contained in:
Luka 2020-09-18 12:37:52 +02:00
parent 931b3531b3
commit ae5f2869bc

View File

@ -1573,7 +1573,6 @@ if __name__ == '__main__':
arg_parser.add_argument('--outdir', type=str, help='Output directory')
arg_parser.add_argument('--headwords', type=str, default=None, help='Path to file, where headwords will be saved.')
arg_parser.add_argument('--language', type=str, help='Language of certain attributes')
arg_parser.add_argument('--structure_extraction', type=str, help='Path to project (https://gitea.cjvt.si/ozbolt/luscenje_struktur)')
arg_parser.add_argument('--corpus_name', type=str, help='Name of corpus to be written in outputs.')
arg_parser.add_argument('--pattern_examples_limit', type=int, default=10, help='Max number of examples.')
arg_parser.add_argument('--ignore_gigafida', action='store_true', help='If tagged ignore gigafida in output.')