mid component should be colocation, not headword

This commit is contained in:
Ozbolt Menegatti 2020-07-08 21:21:24 +02:00
parent 6e1f3bd16a
commit 8cb63eaa1d

View File

@ -229,7 +229,7 @@ class SkeInsert(DataChgClickMessage):
lex_mid = ComponentLexeme()
lex_mid.text = example["mid"]
lex_mid.role = "headword"
lex_mid.role = "collocation"
lex_right = ComponentLexeme()
lex_right.text = example["right"]