lk-collocation-structure-fix #4

Merged
lkavcic merged 2 commits from lk-collocation-structure-fix into master 2020-08-04 10:17:29 +00:00
Showing only changes of commit a7f85accce - Show all commits

View File

@ -229,7 +229,7 @@ class SkeInsert(DataChgClickMessage):
def _as_corpus_example(self, example):
new_example = Example()
new_example.inner = CorpusExample()
new_example.inner.other_attributes["exampleId"] = example.s_id
new_example.inner.other_attributes["example_id"] = example.s_id
new_example.inner.cluster = ExampleClusters.first_empty_cluster()
lex_left = ComponentLexeme()