jaraco/inflect

'defnoun' doesn't seem to work when the word is a part of a string passed

开放

#163 创建于 2022年7月9日

 (1 条评论) (0 个反应) (0 位负责人)Python (125 个派生)github user discovery
featurehelp wanted

仓库指标

星标
 (1,082 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

Originally reported by @aMiss-aWry in #161:

I can fix the specific words with defnoun('jeans', 'jeans'), which corrects the result for an isolated string 'jeans' -> 'jeans'.

However, if I try to run plural_noun on 'blue jeans' instead of 'jeans' it then breaks again, returning 'blue jeanss'. I understand this is because 'blue jeans' appears to be a different string from 'jeans', but perhaps it should check the rules for the part of the string it is altering?

贡献者指南