removed restriction on number of rules
This commit is contained in:
parent
bf433a3a19
commit
a9b6681576
3
wani.py
3
wani.py
|
@ -508,9 +508,6 @@ class SyntacticStructure:
|
||||||
st.id = xml.get('id')
|
st.id = xml.get('id')
|
||||||
st.lbs = xml.get('LBS')
|
st.lbs = xml.get('LBS')
|
||||||
|
|
||||||
if float(st.id.replace('-','.')) >= 17:
|
|
||||||
return None
|
|
||||||
|
|
||||||
assert(len(list(xml)) == 1)
|
assert(len(list(xml)) == 1)
|
||||||
system = next(iter(xml))
|
system = next(iter(xml))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user