mid component should be colocation, not headword
This commit is contained in:
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…
Reference in New Issue
Block a user