Loading src/config.py +2 −2 Original line number Diff line number Diff line Loading @@ -52,14 +52,14 @@ Choose filters for building the graph. ''' min_node_freq = 12 min_edge_freq = 3 max_weight = 0.9 max_weight = 0.8 ''' 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.8 threshold = 0.7 ''' Choose whether or not the tokens should be lemmatised. Loading Loading
src/config.py +2 −2 Original line number Diff line number Diff line Loading @@ -52,14 +52,14 @@ Choose filters for building the graph. ''' min_node_freq = 12 min_edge_freq = 3 max_weight = 0.9 max_weight = 0.8 ''' 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.8 threshold = 0.7 ''' Choose whether or not the tokens should be lemmatised. Loading