commit | 6d15c0ae71e55ed645c21ac4945aaadbc0e9a590 | [log] [tgz] |
---|---|---|
author | Chris Conway <clconway@google.com> | Fri Sep 15 15:26:22 2017 -0700 |
committer | Dustin Sallings <dustin@spy.net> | Tue Oct 31 23:04:56 2017 -0700 |
tree | c839ec71041b2257fe43168ff2f606c55a840dea | |
parent | 77ed807830b4df581417e7f89eb81d4872832b72 [diff] |
Adds package humanize/english for English-word manipulations. Includes: - Plural and PluralWord to form simple plurals. - WordSeries and OxfordWordSeries to form comma-separated lists (e.g., "foo, bar and baz"). Fixes: #57