Loading src/config.py +3 −3 Original line number Diff line number Diff line Loading @@ -55,14 +55,14 @@ or use_mean_freq = True min_node_freq = 9 min_edge_freq = 3 max_weight = 0.8 max_weight = 0.9 ''' Choose minimum number of neighbors and maximum median weight of the most frequent neighbors of a node for root hubs. - the threshold is calculated using the media of the same number of neighbors declared in min_neighbors. ''' min_neighbors = 5 threshold = 0.7 threshold = 0.8 ''' Choose whether or not the tokens should be lemmatised. Loading @@ -72,7 +72,7 @@ lemma = False ''' Propagation options ''' max_propagation_iteration_count = 50 max_propagation_iteration_count = 40 ''' Baseline options Loading Loading
src/config.py +3 −3 Original line number Diff line number Diff line Loading @@ -55,14 +55,14 @@ or use_mean_freq = True min_node_freq = 9 min_edge_freq = 3 max_weight = 0.8 max_weight = 0.9 ''' Choose minimum number of neighbors and maximum median weight of the most frequent neighbors of a node for root hubs. - the threshold is calculated using the media of the same number of neighbors declared in min_neighbors. ''' min_neighbors = 5 threshold = 0.7 threshold = 0.8 ''' Choose whether or not the tokens should be lemmatised. Loading @@ -72,7 +72,7 @@ lemma = False ''' Propagation options ''' max_propagation_iteration_count = 50 max_propagation_iteration_count = 40 ''' Baseline options Loading