English attestation: book
import type { Lemma } from "dumling/types";
export const bookLemma = {
language: "en",
canonicalLemma: "book",
lemmaKind: "Lexeme",
lemmaSubKind: "NOUN",
inherentFeatures: {},
meaningInEmojis: "📚",
} satisfies Lemma<"en", "Lexeme", "NOUN">;
export const bookLemmaId =
"Lemma,en,Lexeme,NOUN,book,📚," as const;