What's the best library (if one exists) for converting nouns to and from plurals?
Asked
Active
Viewed 212 times
2
-
You might want to indicate what languages you need to support. – JohnFx Jul 19 '09 at 16:11
2 Answers
4
You can find a port of Rails' Inflector class at http://andrewpeters.net/inflectornet/

tvanfosson
- 524,688
- 99
- 697
- 795
-
Andrew Peters is on SO at http://stackoverflow.com/users/608/andrew-peters – tvanfosson Jul 19 '09 at 14:54
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

Saulo Vallory
- 959
- 9
- 32