.NET 多元化库
用于将名词与复数相互转换的最佳库(如果存在)是什么?
What's the best library (if one exists) for converting nouns to and from plurals?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
用于将名词与复数相互转换的最佳库(如果存在)是什么?
What's the best library (if one exists) for converting nouns to and from plurals?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
您可以在 http://andrewpeters.net/inflectornet/ 找到 Rails 的 Inflector 类的端口
You can find a port of Rails' Inflector class at http://andrewpeters.net/inflectornet/
我为 .Net 创建了一个可扩展的变形器。 它现在支持英语和葡萄牙语,但您可以通过创建规则集添加其他语言。 它可以在 GPL 下获得:
https://github.com/svallory/Flexer
I created an extensible inflector for .Net. It now supports english and portuguese, but you can add other languages by creating a RuleSet. It's available under GPL at
https://github.com/svallory/Flexer