Commit de1f79fb authored by hoffmann's avatar hoffmann
Browse files

spelling

parent ce963f65
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -150,7 +150,7 @@ def induce(topic_name: str, result_list: list) -> (nx.Graph, list, dict):

                edge_freq_dict = {(key1,key2):value2 for key1,value1 in edge_freq_dict.items() for key2,value2 in value1.items()}

                print('[a] Collected frequencies from secret hideout.')
                print('[a] Collecting frequencies from secret hideout.\t('+topic_name+')')

            continue