Skip to content
Snippets Groups Projects
Verified Commit 3a32ea34 authored by David Beniamine's avatar David Beniamine
Browse files

Finish renaming

parent daf935f8
No related branches found
No related tags found
No related merge requests found
Pipeline #190 passed
...@@ -119,7 +119,7 @@ def unl2dot(text, path): ...@@ -119,7 +119,7 @@ def unl2dot(text, path):
type=click.Path(dir_okay=False), type=click.Path(dir_okay=False),
default='unl2rdf-app-1.0-SNAPSHOT-jar-with-dependencies.jar', default='unl2rdf-app-1.0-SNAPSHOT-jar-with-dependencies.jar',
help='Path of the unltools jar') help='Path of the unltools jar')
def xml2unl(input, output, lang, dry_run, svg, unltools_path): def unlizeXml(input, output, lang, dry_run, svg, unltools_path):
doc = etree.parse(input) doc = etree.parse(input)
tags = ['title', 'text_body', 'term', 'meaning'] tags = ['title', 'text_body', 'term', 'meaning']
...@@ -137,4 +137,4 @@ def xml2unl(input, output, lang, dry_run, svg, unltools_path): ...@@ -137,4 +137,4 @@ def xml2unl(input, output, lang, dry_run, svg, unltools_path):
if __name__ == '__main__': if __name__ == '__main__':
xml2unl() unlizeXml()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment