German attestation: viele
Attested Sentence: [Viele] kamen zu spät.
import type { Selection } from "dumling/types";
export const vieleSelection = {
language: "de",
spelledSelection: "Viele",
surface: {
language: "de",
normalizedFullSurface: "viele",
surfaceKind: "Inflection",
inflectionalFeatures: {
case: "Nom",
number: "Plur",
},
lemma: {
language: "de",
canonicalLemma: "viel",
lemmaKind: "Lexeme",
lemmaSubKind: "PRON",
inherentFeatures: {
pronType: "Ind",
},
meaningInEmojis: "👥",
},
},
} satisfies Selection<"de", "Inflection", "Lexeme", "PRON">;
export const vieleSelectionId =
"Selection,Viele,Surface,Inflection,viele,case=Nom|number=Plur,Lemma,de,Lexeme,PRON,viel,👥,pronType=Ind" as const;