Module:snon-mut: Difference between revisions
No edit summary |
No edit summary |
||
| Line 19: | Line 19: | ||
local mutation_rules = { | local mutation_rules = { | ||
["b"] = {" | ["b"] = {"bb", "m", "bh"}, | ||
["c"] = {"g", "ngh", "ch"}, | ["c"] = {"g", "ngh", "ch"}, | ||
["ch"] = | ["ch"] = {"gh", "ngh"}, | ||
["d"] = {"dd", "n"}, | ["d"] = {"dd", "n", "dh"}, | ||
[" | ["dh"] = {"d", "n", "gh"}, | ||
["g"] = {"gg", "ng", "gh"}, | |||
["g"] = {"", "ng"}, | ["h"] = {"gh", "nh", "ch"}, | ||
["h"] = | ["l"] = {"lh"}, | ||
["m"] = {"mh"}, | |||
["n"] = {"nh"}, | |||
[" | |||
["m"] = {" | |||
[" | |||
["p"] = {"b", "mh", "ph"}, | ["p"] = {"b", "mh", "ph"}, | ||
["ph"] = | ["ph"] = {"bh", "mh", "h"}, | ||
["r"] = {"rr", "rh"}, | |||
["s"] = {"z", "sh"}, | |||
[" | |||
["s"] = | |||
["t"] = {"d", "nh", "th"}, | ["t"] = {"d", "nh", "th"}, | ||
["th | ["th"] = {"dh", "nh", "h"}, | ||
} | } | ||