文件名称:irregular-plurals:名词到其不规则复数形式的映射
文件大小:6KB
文件格式:ZIP
更新时间:2024-05-19 14:52:31
JavaScript
不规则复数 名词到其不规则复数形式的映射 该库中的不规则复数定义为名词,不能应用以下规则将其复数: 如果名词以“ s”,“ x”,“ z”,“ ch”或“ sh”结尾,请添加“ es” 如果名词以“ y”结尾并且以辅音开头,则删除“ y”并添加“ ies” 如果名词以“ y”结尾并且以元音开头,则添加“ s” 该列表只是一个,可以在任何地方使用。 安装 $ npm install irregular-plurals 用法 const irregularPlurals = require ( 'irregular-plurals' ) ; console . log ( irregularPlurals . get ( 'cactus' ) ) ; //=> 'cacti' console . log ( irregularPlurals ) ; /* Map { [addendu
【文件预览】:
irregular-plurals-main
----.gitignore(23B)
----.github()
--------workflows()
----irregular-plurals.json(3KB)
----.gitattributes(19B)
----package.json(739B)
----index.test-d.ts(229B)
----readme.md(841B)
----index.js(232B)
----index.d.ts(188B)
----test.js(381B)
----.editorconfig(175B)
----license(1KB)
----.npmrc(19B)