Skip to content

Instantly share code, notes, and snippets.

@hoffm
Last active August 29, 2015 14:07
Show Gist options
  • Save hoffm/c7b3adf8d51118c7fd67 to your computer and use it in GitHub Desktop.
Save hoffm/c7b3adf8d51118c7fd67 to your computer and use it in GitHub Desktop.

Treated as Singular

1
1.0
1.00
```

All fractions of the form `n`/`m` where `n` and `m` are numbers, e.g.

1/2 2/3 11/8 22/8


These special phrases (imagine "one half pound"), agnostic of capitalization:

half third fourth fifth sixth seventh eighth ninth tenth one half one third one fourth one fifth one sixth one seventh one eighth one ninth one tenth one


Unicode fraction symbols, e.g.:

⅓ ⅗ ⅝


### Treated as Plural

*Everything else!*

### Additional Info

* Anything starting with '~' is inflected as if it didn't have a '~'. So '~4' is plural, but '~1' is singular.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment