plurals/pluralize
Pluralize or singularize any word based on a count observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4902
- days_rel: n/a
- days_push: 798
- n_releases_24m: 0
Adoption not part of the score
2213 stars · 182 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A small JavaScript library that pluralizes or singularizes English words based on a count, using an ordered list of predefined rules. It supports custom plural, singular, irregular, and uncountable rules, and works in Node, AMD, and browser environments.
Use cases
- pluralize a word based on a count in JavaScript
- singularize English words in Node.js
- display '1 test' vs '5 tests' with correct grammar
- add custom pluralization rules for domain-specific words
- check whether a word looks singular or plural
- handle uncountable nouns like 'paper' in generated text
When to choose
- you need grammatically correct plural/singular forms for dynamic user-facing text
- you want a tiny, dependency-free utility usable in Node or the browser
- you need to extend inflection rules for irregular or domain-specific vocabulary
When to avoid
- your word list is known ahead of time and a simple ternary would suffice
- you need full morphological analysis or non-English inflection
- you need a general NLP toolkit rather than a single utility
Facets
library · maturity maintenance
nlp internationalization developer-tools web-development developer-tools browser pluralize singularize english-grammar word-inflection string-utilities natural-language-processing nodejs javascript
1 source
- readme: https://github.com/plurals/pluralize · fetched 2026-08-28 · 933dd122f835
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| plurals/pluralize | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="plurals/pluralize")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem