Fixed downloading and parsing of structures

Finish tommorow?
This commit is contained in:
2020-07-01 23:16:02 +02:00
parent 887eb37d20
commit f1f540e5da
4 changed files with 23 additions and 19 deletions

View File

@@ -31,7 +31,7 @@ class Example(Data):
example.edited = True
example.inner = MultiwordExample()
example.inner.cluster = ExampleClusters.first_empty_cluster()
example.inner.type = "type??"
example.inner.type = "grammaticalCombination"
empty_component = ComponentLexeme()
empty_component.role = "headword"