plural-to-singular ( -- value )


Vocabulary
english.private

Inputs
None

Outputs
valuean object


Definition

CONSTANT: plural-to-singular
H{
{ "octopi" "octopus" }
{ "formulae" "formula" }
{ "radii" "radius" }
{ "fungi" "fungus" }
{ "phenomena" "phenomenon" }
{ "genera" "genus" }
{ "swine" "swine" }
{ "theses" "thesis" }
{ "geese" "goose" }
{ "children" "child" }
{ "hypotheses" "hypothesis" }
{ "criteria" "criterion" }
{ "media" "medium" }
{ "matrices" "matrix" }
{ "antennae" "antenna" }
{ "parentheses" "parenthesis" }
{ "women" "woman" }
{ "nebulae" "nebula" }
{ "ellipses" "ellipsis" }
{ "oases" "oasis" }
{ "memoranda" "memorandum" }
{ "axes" "axis" }
{ "offspring" "offspring" }
{ "bases" "basis" }
{ "feet" "foot" }
{ "paralyses" "paralysis" }
{ "alumni" "alumnus" }
{ "fish" "fish" }
{ "means" "means" }
{ "data" "datum" }
{ "foci" "focus" }
{ "oxen" "ox" }
{ "syntheses" "synthesis" }
{ "lice" "louse" }
{ "moose" "moose" }
{ "corpora" "corpus" }
{ "teeth" "tooth" }
{ "analyses" "analysis" }
{ "stimuli" "stimulus" }
{ "bison" "bison" }
{ "bureaus" "bureau" }
{ "cacti" "cactus" }
{ "synopses" "synopsis" }
{ "bacteria" "bacterium" }
{ "species" "species" }
{ "mice" "mouse" }
{ "series" "series" }
{ "appendices" "appendix" }
{ "indices" "index" }
{ "nuclei" "nucleus" }
{ "beaux" "beau" }
{ "strata" "stratum" }
{ "men" "man" }
{ "crises" "crisis" }
{ "vertebrae" "vertebra" }
{ "vitae" "vita" }
{ "tableaux" "tableau" }
{ "curricula" "curriculum" }
{ "diagnoses" "diagnosis" }
{ "deer" "deer" }
{ "sheep" "sheep" }
} inline