diff --git a/src/config.py b/src/config.py index 7d108e9afe7932cf5c6017a19ac5a3f2e137c03f..2664b7fd6d14d18497a6c42fa511fe005a1b51fa 100644 --- a/src/config.py +++ b/src/config.py @@ -66,6 +66,6 @@ Choose whether or not the tokens should be lemmatised. lemma = False ''' -colouring options +Propagation options ''' -max_colour_iteration_count = 50 +max_propagation_iteration_count = 50