changed from string to Map
This commit is contained in:
parent
bca1b87677
commit
0ac4b664ce
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ class PangeaToken {
|
|||
text: text,
|
||||
lemma: _getLemmas(text.content, json[_lemmaKey]),
|
||||
pos: json['pos'] ?? '',
|
||||
morph: json['morph'] ?? '{}',
|
||||
morph: json['morph'] ?? {},
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue