PhiloLogic4 icon indicating copy to clipboard operation
PhiloLogic4 copied to clipboard

fix_notes script

Open helmadik opened this issue 3 years ago • 0 comments

Line 12 in extras:fix_notes script has
parser = etree.XMLParser(remove_blank_text=True) This removes spaces for me in tokenized text, between word tags. Changed option to false, seems fine?

helmadik avatar Jul 17 '22 22:07 helmadik