mid component should be colocation, not headword

mt-homonymy-support
Ozbolt Menegatti 4 years ago
parent 6e1f3bd16a
commit 8cb63eaa1d

@ -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"]

Loading…
Cancel
Save