]> git.cworth.org Git - lmno.games/commit
empathy: Pre-group words according to common patterns
authorCarl Worth <cworth@cworth.org>
Sun, 28 Jun 2020 22:55:46 +0000 (15:55 -0700)
committerCarl Worth <cworth@cworth.org>
Sun, 28 Jun 2020 22:55:46 +0000 (15:55 -0700)
commitd49e0aa05e9204fcefa2e7e88653dcd5bdc73a06
tree0b3d5e113c547f5ef0c24543f12a9ac1da4bd108
parent03ec08e67b15cfb053bb8e7d48aefc331fdbda33
empathy: Pre-group words according to common patterns

Specifically, the following will be considered identical and
pre-grouped:

<word> = <word>s
        <word> = a <word>
        <word> = an <word>
        <word> = the <word>

Unlike the server-side canonicalization of case differences, which are
not visible, the above matching words are all still made available to
the player and simply pre-grouped. So, the player can decide whether
to leave them grouped or to separate them back out.
empathy/empathy.jsx