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, 基于依存句法与语义角色标注的事件三元组抽取,可用于文本理解如文档主题链,事件线等应用。
912 stars 220 forks source link

get_ips #17

Open hjing100 opened 2 years ago

hjing100 commented 2 years ago

pattern_event_triples.py中的get_ips() phrase_postags = ''.join(phrasepostag).replace('m', '').replace('q','').replace('a', '').replace('t', '') 请问这里是不是写错了,phrase_postags上边是list的遍历,这里又为字符串