Loading src/config.py +3 −0 Original line number Diff line number Diff line Loading @@ -47,9 +47,12 @@ max_context_size = 20 ''' Choose filters for building the graph. - use dynamic filters (mean frequencies of occurences) or - Only considers occurrences/cooccurrences for nodes/edges, that occur more often than these values. - Only considers edges with a weight beneath the maximum weight ''' use_mean_freq = True min_node_freq = 9 min_edge_freq = 3 max_weight = 0.8 Loading Loading
src/config.py +3 −0 Original line number Diff line number Diff line Loading @@ -47,9 +47,12 @@ max_context_size = 20 ''' Choose filters for building the graph. - use dynamic filters (mean frequencies of occurences) or - Only considers occurrences/cooccurrences for nodes/edges, that occur more often than these values. - Only considers edges with a weight beneath the maximum weight ''' use_mean_freq = True min_node_freq = 9 min_edge_freq = 3 max_weight = 0.8 Loading