隔离转换器 我打算在以下情况下使用此软件包:给定一堆XML文件(例如,标准TEI文件),我想添加新的注释(例如,使用ML方法)。 工作流程将是 import standoffconverter.Converter as Co # 1. load the original TEI file and convert it to standoff format converter = Co(some_xml_tree) # 2. create new annotations (automatically) and add them to the original converter.add_inli