mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-01 15:00:00 +00:00
19 lines
1.2 KiB
Markdown
19 lines
1.2 KiB
Markdown
|
# inflect [![Build Status](https://github.com/go-openapi/inflect/actions/workflows/go-test.yml/badge.svg)](https://github.com/go-openapi/inflect/actions?query=workflow%3A"go+test") [![codecov](https://codecov.io/gh/go-openapi/inflect/branch/master/graph/badge.svg)](https://codecov.io/gh/go-openapi/inflect)
|
||
|
|
||
|
[![Slack Status](https://slackin.goswagger.io/badge.svg)](https://slackin.goswagger.io)
|
||
|
[![license](http://img.shields.io/badge/license-Apache%20v2-orange.svg)](https://raw.githubusercontent.com/go-openapi/inflect/master/LICENSE)
|
||
|
[![Go Reference](https://pkg.go.dev/badge/github.com/go-openapi/inflect.svg)](https://pkg.go.dev/github.com/go-openapi/inflect)
|
||
|
[![Go Report Card](https://goreportcard.com/badge/github.com/go-openapi/inflect)](https://goreportcard.com/report/github.com/go-openapi/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.
|