Most viewed recipes tagged "pluralize"http://code.activestate.com/recipes/tags/pluralize/views/2011-07-06T21:37:19-07:00ActiveState Code RecipesPluralize word -- convert singular word to its plural form (Python) 2011-07-06T21:37:19-07:00Ben Hoythttp://code.activestate.com/recipes/users/4170919/http://code.activestate.com/recipes/577781-pluralize-word-convert-singular-word-to-its-plural/ <p style="color: grey"> Python recipe 577781 by <a href="/recipes/users/4170919/">Ben Hoyt</a> (<a href="/recipes/tags/plural/">plural</a>, <a href="/recipes/tags/pluralize/">pluralize</a>, <a href="/recipes/tags/singular/">singular</a>, <a href="/recipes/tags/word/">word</a>). </p> <p>The pluralize() function returns the plural form of the given lowercase singular word (English only). Based on ActiveState recipe <a href="http://code.activestate.com/recipes/413172/" rel="nofollow">http://code.activestate.com/recipes/413172/</a></p>