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.')