Registry / utility / chuckpreslar-inflect

chuckpreslar-inflect

JSON →
library0.0.0-20150228233301-423e3ac59c61gogounverified

Provides inflection rules for English words (pluralization, singularization, etc.).

go get github.com/chuckpreslar/inflect
INSTALL
IMPORT
SIG · CHUCKPRESLAR-INFLE
C
chuckpreslar-inflect
utilitygov0.0.0-20150228233301-423e3ac59c61
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

inflect
github.com/chuckpreslar/inflect

Pluralize and singularize English words.

package main import ( "fmt" "github.com/chuckpreslar/inflect" ) func main() { fmt.Println(inflect.Pluralize("cat")) // Output: cats fmt.Println(inflect.Singularize("dogs")) // Output: dog }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20150228233301-423e3ac59c61latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
chuckpreslar-inflect — go get chuckpreslar-inflect · libregistry