gotosocial/vendor/github.com/go-openapi/inflect
2024-04-26 10:59:49 +02:00
..
.gitignore bump go swagger version 2024-04-26 10:59:49 +02:00
.golangci.yml bump go swagger version 2024-04-26 10:59:49 +02:00
inflect.go bump go swagger version 2024-04-26 10:59:49 +02:00
LICENSE bump go swagger version 2024-04-26 10:59:49 +02:00
README.md bump go swagger version 2024-04-26 10:59:49 +02:00

inflect Build Status codecov

Slack Status license Go Reference Go Report Card

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.