2

What's the best library (if one exists) for converting nouns to and from plurals?

Garry Shutler
  • 32,260
  • 12
  • 84
  • 119

2 Answers2

4

You can find a port of Rails' Inflector class at http://andrewpeters.net/inflectornet/

tvanfosson
  • 524,688
  • 99
  • 697
  • 795
0

I created an extensible inflector for .Net. It now supports english and portuguese, but you can add other languages by creating a RuleSet. It's available under GPL at

https://github.com/svallory/Flexer

Saulo Vallory
  • 959
  • 9
  • 32