变形器:Go库,将英语名词复数和单数

时间:2024-03-21 17:23:15
【文件属性】:

文件名称:变形器:Go库,将英语名词复数和单数

文件大小:8KB

文件格式:ZIP

更新时间:2024-03-21 17:23:15

go pluralization inflector singularizes-english-nouns Go

变形机 变形器将英语名词复数和单数化。 基本用法 只有两个导出函数: Pluralize和Singularize 。 fmt . Println ( inflector . Singularize ( "People" )) // will print "Person" fmt . Println ( inflector . Pluralize ( "octopus" )) // will print "octopuses" 学分 执照 该库是根据LICENSE.md文件中的BSD样式的许可证分发的。


【文件预览】:
inflector-master
----example_test.go(453B)
----CakePHP_LICENSE.txt(1KB)
----inflector_test.go(5KB)
----.travis.yml(540B)
----LICENSE.md(1KB)
----README.md(897B)
----inflector.go(10KB)

网友评论