Merge branch 'main' into blue-branch

This commit is contained in:
ggurdin 2024-07-08 10:43:53 -04:00 committed by GitHub
commit 3f1632e7ff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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'] ?? {},
);
}