Acidmanic / core-pluralizer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Core Pluralizer

EnTier

About

This library enables the client code to provide plural form for a noun in a string.

  • Currently only supports English
  • Adds ToPlural() extension method to string class
  • Supports both regular and irregular forms

References

  • The Lexicon for corresponding singular/plural (mostly for irregular forms) is used from This File of RosaNlg Project
  • Regular form rules are implemented according to This Page

Usage

  • Install the library from NuGet
  • call ToPlural() method on the string containing the singular form noun.

You can also check out the example code: CorePluralizer.Example

Thanks and Good luck

Acidmanic

About

License:MIT License


Languages

Language:C# 100.0%