def inflector(): global __inflector if __inflector is None: __inflector = inflect.engine() return __inflector