German attestation: einmal

Attested Sentence: Sieh [einmal], hier steht er, pfui, der Struwwelpeter!

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

export const einmalSelection = {
	language: "de",
	spelledSelection: "einmal",
	surface: {
		language: "de",
		normalizedFullSurface: "einmal",
		surfaceKind: "Citation",
		lemma: {
			language: "de",
			canonicalLemma: "einmal",
			lemmaKind: "Lexeme",
			lemmaSubKind: "ADV",
			inherentFeatures: {},
			meaningInEmojis: "1️⃣",
		},
	},
} satisfies Selection<"de", "Citation", "Lexeme", "ADV">;

export const einmalSelectionId =
	"Selection,einmal,Surface,Citation,einmal,Lemma,de,Lexeme,ADV,einmal,1️⃣," as const;