From a9b668157625d021c623fcbe6443c767c1ce0504 Mon Sep 17 00:00:00 2001 From: Ozbolt Menegatti Date: Mon, 28 Jan 2019 08:50:32 +0100 Subject: [PATCH] removed restriction on number of rules --- wani.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/wani.py b/wani.py index 9a3c273..9308fb9 100644 --- a/wani.py +++ b/wani.py @@ -508,9 +508,6 @@ class SyntacticStructure: st.id = xml.get('id') st.lbs = xml.get('LBS') - if float(st.id.replace('-','.')) >= 17: - return None - assert(len(list(xml)) == 1) system = next(iter(xml))