From ce963f65ddd8a53f5a25829890aabd5bd3d6824e Mon Sep 17 00:00:00 2001 From: hoffmann <hoffmann@cl.uni-heidelberg.de> Date: Fri, 23 Mar 2018 10:30:41 +0100 Subject: [PATCH] Added Baseline options --- src/config.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/config.py b/src/config.py index abe3819..fec37ed 100644 --- a/src/config.py +++ b/src/config.py @@ -70,3 +70,9 @@ lemma = False Propagation options ''' max_propagation_iteration_count = 50 + +''' +Baseline options +''' +sense_count = 10 + -- GitLab