willsonlincake 发表于 2022-4-14 00:24:38

Python AltoXML库

https://pypi.org/project/alto-xml/

from alto import parse_file
alto = parse_file('path/to/alto/file.xml')
print(alto.extract_words())
页: [1]
查看完整版本: Python AltoXML库