def make_entity_name(field_name): inflector = inflect.engine() return (inflector.singular_noun(field_name) or field_name).title()