English attestation: run
import type { Lemma } from "dumling/types";
export const runLemma = {
language: "en",
canonicalLemma: "run",
lemmaKind: "Lexeme",
lemmaSubKind: "VERB",
inherentFeatures: {},
meaningInEmojis: "🏃",
} satisfies Lemma<"en", "Lexeme", "VERB">;
export const runLemmaId =
"Lemma,en,Lexeme,VERB,run,🏃," as const;