German attestation: fünften

Attested Sentence: Er wog vielleicht ein halbes Lot – und war am [fünften] Tage tot.

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

export const fuNftenSelection = {
	language: "de",
	spelledSelection: "fünften",
	surface: {
		language: "de",
		normalizedFullSurface: "fünften",
		surfaceKind: "Inflection",
		inflectionalFeatures: {
			case: "Dat",
			degree: "Pos",
			gender: "Masc",
			number: "Sing",
		},
		lemma: {
			language: "de",
			canonicalLemma: "fünfte",
			lemmaKind: "Lexeme",
			lemmaSubKind: "ADJ",
			inherentFeatures: {
				numType: "Ord",
			},
			meaningInEmojis: "5️⃣",
		},
	},
} satisfies Selection<"de", "Inflection", "Lexeme", "ADJ">;

export const fuNftenSelectionId =
	"Selection,fünften,Surface,Inflection,fünften,case=Dat|degree=Pos|gender=Masc|number=Sing,Lemma,de,Lexeme,ADJ,fünfte,5️⃣,numType=Ord" as const;