Top "Inflection" questions

How to turn plural words singular?

I'm preparing some table names for an ORM, and I want to turn plural table names into single entity names. …

algorithm nlp lemmatization inflection
Month names inflection in Rails I18n

I would like to use different case of month name in Polish. For example now it works like this: >&…

ruby-on-rails date localization inflection
How to pluralize "There is/are N object/objects"?

Pluralizing a single word is simple: pluralize(@total_users, "user") But what if I want to print "There is/are …

ruby-on-rails ruby-on-rails-3.1 inflection plural
Java: how to get arguments passed to method that called this method?

In java, it is possible to get the class and method that called the current method (the method in which …

java debugging arguments stack-trace inflection