Added s/z, k/h + fixed bug 90 + connecting with sloleks on lemma_fallback

This commit is contained in:
2020-07-08 19:23:56 +02:00
parent ec113f9cd2
commit 777791ad1e
12 changed files with 443 additions and 32 deletions

View File

@@ -14,7 +14,7 @@ class SyntacticStructure:
@staticmethod
def from_xml(xml):
st = SyntacticStructure()
st.id = xml.get('id')
st.id = xml.get('id_nsss')
st.lbs = xml.get('LBS')
assert len(list(xml)) == 1