1
0
Fork 0

first commit

Bug488-TangWei
杨昱晨 2023-05-04 17:18:04 +08:00
parent ac2046ac2e
commit 7b55fc1859
1 changed files with 1 additions and 0 deletions

View File

@ -117,6 +117,7 @@ if __name__ == '__main__':
# 合并频率
lst_history = pickle_idea.dict2lst(d)
d = pickle_idea.merge_frequency(L, lst_history)
pickle_idea.save_frequency_to_pickle(d, 'frequency.p')