mid component should be colocation, not headword
This commit is contained in:
@@ -229,7 +229,7 @@ class SkeInsert(DataChgClickMessage):
|
|||||||
|
|
||||||
lex_mid = ComponentLexeme()
|
lex_mid = ComponentLexeme()
|
||||||
lex_mid.text = example["mid"]
|
lex_mid.text = example["mid"]
|
||||||
lex_mid.role = "headword"
|
lex_mid.role = "collocation"
|
||||||
|
|
||||||
lex_right = ComponentLexeme()
|
lex_right = ComponentLexeme()
|
||||||
lex_right.text = example["right"]
|
lex_right.text = example["right"]
|
||||||
|
|||||||
Reference in New Issue
Block a user