help wanted
Repository-Metriken
- Stars
- (1.082 Sterne)
- PR-Merge-Metriken
- (Keine gemergten PRs in 30 T)
Beschreibung
import inflect as Inflect
inflect = Inflect.engine()
inflect.singular_noun("car") # get False, as expected
inflect.singular_noun("mass") # get "mas", expected False
Is this behavior a bug? singular_noun() is supposed to return False when the word is already singular, and I can find no reference to suggest "mass" is the plural of "mas", which is itself the plural of "ma".