--- id: inflect version: "7.5.0" license: unclear license_treatment: permissive maintenance: active --- # inflect — Correctly generate plurals, singular nouns, ordinals, indefinite articles License: permissive · Maintenance: active · Popularity: top 1,000 on PyPI ## Install pip install inflect uv add inflect poetry add inflect ## Description .. image:: https://img.shields.io/pypi/v/inflect.svg :target: https://pypi.org/project/inflect .. image:: https://img.shields.io/pypi/pyversions/inflect.svg .. image:: https://github.com/jaraco/inflect/actions/workflows/main.yml/badge.svg :target: https://github.com/jaraco/inflect/actions?query=workflow%3A%22tests%22 :alt: tests .. image:: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v2.json :target: https://github.com/astral-sh/ruff :alt: Ruff .. image:: https://readthedocs.org/projects/inflect/badge/?version=latest :target: https://inflect.readthedocs.io/en/latest/?badge=latest .. image:: https://img.shields.io/badge/skeleton-2024-informational :target: https://blog.jaraco.com/skeleton .. image:: https://tidelift.com/badges/package/pypi/inflect :target: https://tidelift.com/subscription/pkg/pypi-inflect?utm_source=pypi-inflect&utm_medium=readme NAME ==== inflect.py - Accurately generate plurals, singular nouns, ordinals, indefinite articles, and word-based representations of numbers. This functionality is limited to English. SYNOPSIS ======== .. code-block:: python >>>... ## AI interpretation — verify before relying Inflect generates correct English plurals, singulars, ordinals, indefinite articles, and word-based number representations. It handles pluralization of nouns, verbs, and adjectives, plus classical grammar variants. Verdict: Inflect is a mature, actively maintained library with no known vulnerabilities, low install friction, and permissive licensing. It's well-suited for English text generation and NLP tasks requiring accurate morphological inflection. [View on SkillFed](https://skillfed.io/packages/inflect) · [View on PyPI](https://pypi.org/project/inflect/)