Skip to content
forked from gedex/inflector

Go library that pluralizes and singularizes English nouns.

License

Notifications You must be signed in to change notification settings

pulumi/inflector

 
 

Repository files navigation

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.

About

Go library that pluralizes and singularizes English nouns.

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%