Added s/z, k/h + fixed bug 90 + connecting with sloleks on lemma_fallback
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user