client will consume lemma as single object but be capable of handling json lemma as list
This commit is contained in:
parent
0ac4b664ce
commit
c4ef728578
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ class PangeaToken {
|
|||
|
||||
Map<String, dynamic> toJson() => {
|
||||
_textKey: text.toJson(),
|
||||
_lemmaKey: lemma.toJson(),
|
||||
_lemmaKey: [lemma.toJson()],
|
||||
'pos': pos,
|
||||
'morph': morph,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue