Skip to content

Commit a603998

Browse files
committed
Restaure forgottent commented method
1 parent aecd3ac commit a603998

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/align_xml_sources.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ def main(input_dir, main_wit, hierarchy, id_attribute, tokenization_models, devi
485485
TEIAligner.parse_witnesses()
486486
TEIAligner.basic_validation(lang=lang)
487487
TEIAligner.align_divisions()
488-
# TEIAligner.align_corpus(division=division)
488+
TEIAligner.align_corpus(division=division)
489489

490490
for wit_ID, tree in TEIAligner.parsed_witnesses.items():
491491
with open(f"data/XML_test/out/{wit_ID}.aligned.xml", "w") as output_sp:

0 commit comments

Comments
 (0)