用于将名词与复数相互转换的最佳库(如果存在)是什么?
What's the best library (if one exists) for converting nouns to and from plurals?
您可以在 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
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
暂无简介
文章 0 评论 0
接受
发布评论
评论(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