Skip to content

oliviaBahr/Noun-Down

Repository files navigation

The noun list https://www.desiquintans.com/nounlist

The pluralizer https://github.com/plurals/pluralize https://pypi.org/project/pluralizer/

  • behaves correctly when the plural is the same as the singular
  • Just adds an 's' for singularia tantum nouns (so grammar model correctly identifies it as wrong)
print("Homework", end=" -> ")
print(pluralizer.pluralize("homework"))
print("Furniture", end=" -> ")
print(pluralizer.pluralize("furniture"))

# Homework -> homework
# Furniture -> furnitures

Inflections https://github.com/jaraco/inflect

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages