lemma factory hot-fix
This commit is contained in:
parent
04537a38ec
commit
6113b901ce
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ class Lemma {
|
|||
saveVocab: json['save_vocab'] ?? json['saveVocab'] ?? false,
|
||||
form: json["form"] ?? json['text'],
|
||||
pos: json['pos'] ?? '',
|
||||
morph: json['morph'] ?? '{}',
|
||||
morph: json['morph'] ?? {},
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue