From de1f79fb5f06a7633085b82a14211363bf8ca0b7 Mon Sep 17 00:00:00 2001 From: hoffmann <hoffmann@cl.uni-heidelberg.de> Date: Fri, 23 Mar 2018 10:34:08 +0100 Subject: [PATCH] spelling --- src/absinth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/absinth.py b/src/absinth.py index a8fedc7..44e0f82 100644 --- a/src/absinth.py +++ b/src/absinth.py @@ -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 -- GitLab