Skip to content

Instantly share code, notes, and snippets.

@sgrove
Created November 14, 2010 23:13
Show Gist options
  • Select an option

  • Save sgrove/676204 to your computer and use it in GitHub Desktop.

Select an option

Save sgrove/676204 to your computer and use it in GitHub Desktop.
:vana-inflector example irregular rules
(defvar *irregulars*
(args->alist
"person" "people"
"man" "men"
"child" "children"
"sex" "sexes"
"move" "moves"
"cow" "kine"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment