隔离转换器 源码
隔离转换器 我打算在以下情况下使用此软件包:给定一堆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
文件列表
standoffconverter-master.zip
(预估有个14文件)
standoffconverter-master
setup.py
453B
examples
basic.py
658B
named_entities.ipynb
8KB
tei-spacy-tei.ipynb
13KB
README.md
769B
standoffconverter
__init__.py
34B
tests
暂无评论