From 46c7fc4ef124e0f45d2ebd04748837f16747b7ae Mon Sep 17 00:00:00 2001 From: zimmermann <zimmermann@cl.uni-heidelberg.de> Date: Thu, 22 Mar 2018 19:18:21 +0100 Subject: [PATCH] Updated limits. --- src/config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config.py b/src/config.py index 7d108e9..2664b7f 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 -- GitLab