German attestation: zweien

Attested Sentence: Und Minz und Maunz, die schreien gar jämmerlich zu [zweien]

import type { Selection } from "dumling/types";

export const zweienSelection = {
	language: "de",
	spelledSelection: "zweien",
	surface: {
		language: "de",
		normalizedFullSurface: "zweien",
		surfaceKind: "Inflection",
		inflectionalFeatures: {
			case: "Dat",
		},
		lemma: {
			language: "de",
			canonicalLemma: "zwei",
			lemmaKind: "Lexeme",
			lemmaSubKind: "NUM",
			inherentFeatures: {
				numType: "Card",
			},
			meaningInEmojis: "2️⃣",
		},
	},
} satisfies Selection<"de", "Inflection", "Lexeme", "NUM">;

export const zweienSelectionId =
	"Selection,zweien,Surface,Inflection,zweien,case=Dat,Lemma,de,Lexeme,NUM,zwei,2️⃣,numType=Card" as const;