mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-01 06:50:00 +00:00
fd8a724e77
* bump go swagger version * bump swagger version |
||
---|---|---|
.. | ||
.gitignore | ||
.golangci.yml | ||
inflect.go | ||
LICENSE | ||
README.md |
inflect
A package to pluralize words.
Originally forked from fork of https://bitbucket.org/pkg/inflect under a MIT License.
A golang library applying grammar rules to English words.
This package provides a basic set of functions applying grammar rules to inflect English words, modify case style (Capitalize, camelCase, snake_case, etc.).
Acronyms are properly handled. A common use case is word pluralization.