Found 15 packages
Pluralize or singularize any word. C# Port of Blake Embrey's pluralize library for Javascript. Visit https://github.com/sarathkcm/Pluralize.NET for details on how to use."
Is .Net Core wrapper for class PluralizationService from System.Data.Entity.Design.PluralizationServices
A string inflector (plurals, singulars, ordinals, etc.) for .NET.
Inflector is a simple lightweight .NET netstandard class library enabling you to pluralize, singularize, titleize (...) words in a specific culture. More info available at: https://github.com/andrewaggb/Inflector-NetStandard This library is based on https://github.com/abelepereira/Inflector-Portable but recompiled to target .net standard
This package contains a portable version of the .NET pluralization service from the System.Data.Entity.Design namespace, that works with .NET 4.61 or above, .NET Core 2.x, or .NET Standard 2.x.
This is a C# port of Blake Embrey's pluralize library which helps in pluralizing or singularizing any English word. Originally from Sarath Kumar CM: "I could not find a good C# alternative for converting words from singular to plural and vice versa. System.Data.Entity.Design.PluralizationServices.PluralizationService and Humanizer library did not meet the expectations (try 'shoes' or 'toes'). However this small but awesome Javascript libray pluralize worked very well for me and I decided to convert the code to C# and use it. I forked, migrated and compiled this into .NET Standard 2.0. This code does exactly what I need without the bulk. Much respect to Mr Embrey (the original code) and Mr Kumar (for the original port).
Package Description
Class library that contains extension methods to create and modify text. It includes methods to convert numbers and dates to text, insert spaces into camel-case strings, pluralize strings, truncate strings, convert Roman numerals, create memory-size strings and much more.
Inflector is a simple lightweight .NET portable class library enabling you to pluralize, singularize, titleize (...) words in a specific culture. More info available at: https://github.com/abelepereira/Inflector-Portable This library is based on Scott Kirkland original work (https://github.com/srkirkland/Inflector).
Pluralization library
This package is strong named version of Inflector-NetStandard. Inflector is a simple lightweight .NET netstandard class library enabling you to pluralize, singularize, titleize (...) words in a specific culture. More info available at: https://github.com/andrewaggb/Inflector-NetStandard This library is based on https://github.com/abelepereira/Inflector-Portable but recompiled to target .net standard
Inflector is a simple lightweight .NET netstandard class library enabling you to pluralize, singularize, titleize (...) words in a specific culture. More info available at: https://github.com/stylefish/Inflector-NetStandard This library is based on https://github.com/andrewaggb/Inflector-NetStandard but recompiled to remove the public resharper annotations
Loby is a free, useful and open-source library that includes a set of tools for converting dates, sending emails, paginating, validating, pluralizing words, singularizing words, generating random items, etc. along with some extension methods for easy and fast development. For more information see: https://github.com/mojtabanabavi/loby
Pluralize or singularize any word. NET Standard 2.0 C# Port of Blake Embrey's pluralize library for Javascript.