Gedex Inflector Save

Go library that pluralizes and singularizes English nouns.

Project README

Inflector

Inflector pluralizes and singularizes English nouns.

Build Status Coverage Status GoDoc

Basic Usage

There are only two exported functions: Pluralize and Singularize.

fmt.Println(inflector.Singularize("People")) // will print "Person"
fmt.Println(inflector.Pluralize("octopus")) // will print "octopuses"

Credits

License

This library is distributed under the BSD-style license found in the LICENSE.md file.

Open Source Agenda is not affiliated with "Gedex Inflector" Project. README Source: gedex/inflector
Stars
78
Open Issues
8
Last Commit
3 years ago
Repository

Open Source Agenda Badge

Open Source Agenda Rating