Is there an Objective-C library that does the same thing as Ruby-English Gem does? -


http://english.rubyforge.org/

require 'english/inflect'

    "boy".plural      #=> "boys"     "ox".plural       #=> "oxen"      "boys".singular   #=> "boy"     "oxen".singular   #=> "ox" 

there isn't provided apple , haven't heard of third-party libraries can in objective-c.


Comments

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -