English attestation: books
Attested Sentence: The books are on the shelf.
import type { Surface } from "dumling/types";
export const booksSurface = {
language: "en",
normalizedFullSurface: "books",
surfaceKind: "Inflection",
inflectionalFeatures: {
number: "Plur",
},
lemma: {
language: "en",
canonicalLemma: "book",
lemmaKind: "Lexeme",
lemmaSubKind: "NOUN",
inherentFeatures: {},
meaningInEmojis: "📚",
},
} satisfies Surface<"en", "Inflection", "Lexeme", "NOUN">;
export const booksSurfaceId =
"Surface,Inflection,books,number=Plur,Lemma,en,Lexeme,NOUN,book,📚," as const;