liuhuanyong / EventTriplesExtraction

An experiment and demo-level tool for text information extraction (event-triples extraction), which can be a route to the event chain and topic graph, 基于依存句法与语义角色标注的事件三元组抽取,可用于文本理解如文档主题链,事件线等应用。
916 stars 220 forks source link

bug fixed #20

Closed kingwingfly closed 1 year ago

kingwingfly commented 1 year ago

原来的写法,当 key为011的时候,被转化成了11, 11比10大,无法转换回011,于是会有bug