From ae5f2869bca18d6108566fb255f5d3313a174075 Mon Sep 17 00:00:00 2001 From: Luka Date: Fri, 18 Sep 2020 12:37:52 +0200 Subject: [PATCH] Deleted unnecessary argument --- scripts/create_xml.py | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/create_xml.py b/scripts/create_xml.py index 3fd6af5..294ef6b 100644 --- a/scripts/create_xml.py +++ b/scripts/create_xml.py @@ -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.')