Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 195 Bytes

File metadata and controls

10 lines (5 loc) · 195 Bytes

《从零构建知识图谱:技术、方法与案例》勘误

281页代码:

def get_association_candidates(topic_set):

应当为:def get_association_candidates(topic_set, sent):