Find the singular form of a word.
{
"original": "parties",
"singular": "party"
} {{ codeCopyText }}
{{ codeCopyText }}
{{ codeCopyText }}
{{ codeCopyText }}
{{ codeCopyText }}
{{ codeCopyText }}
Find the plural form of a word.
{
"original": "party",
"plural": "parties"
} {{ codeCopyText }}
{{ codeCopyText }}
{{ codeCopyText }}
{{ codeCopyText }}
{{ codeCopyText }}
{{ codeCopyText }}
Yes, the API is designed to handle both regular rules (adding 's') and irregular cases (e.g., "child" to "children", "mouse" to "mice").
Currently, the API processes one word at a time to ensure accuracy for that specific term.
The API generally handles case gracefully, but for best results, standard casing (lowercase for common nouns) is recommended.
The Word Singularization/Pluralization API specifically converts words between singular and plural forms, while the Stem Text API reduces words to their root form (e.g., "running" to "run").