Add pluralization support for languages other than english and enhance english
support
--
Key: UMLMETA-66
URL: http://jira.andromda.org/browse/UMLMETA-66
Project: UML Metafacades
Typ
[ http://jira.andromda.org/browse/UMLMETA-66?page=comments#action_12421 ]
Cédric Vidal commented on UMLMETA-66:
-
Damian Conway's "An Algorithmic Approach to English Pluralization" paper seems
to be the reference algorithm on the subject as far as en
[ http://jira.andromda.org/browse/UMLMETA-66?page=comments#action_12422 ]
Cédric Vidal commented on UMLMETA-66:
-
Ruby on Rails supports pluralization, David explains why in: 10 Reasons Rails
Does Pluralization
http://weblog.rubyonrails.com/archives/
[ http://jira.andromda.org/browse/UMLMETA-66?page=comments#action_12423 ]
Cédric Vidal commented on UMLMETA-66:
-
Ruby on Rails's Inflection pluralization and singularization algorithms are
based on a sequence of regular expressions applied in a row
[ http://jira.andromda.org/browse/UMLMETA-66?page=comments#action_12424 ]
Cédric Vidal commented on UMLMETA-66:
-
A Java implementation of a english Inflector:
http://os.coretxt.net.nz/code/utils/inflector.java.txt
The guy who wrote that has based it
[ http://jira.andromda.org/browse/UMLMETA-66?page=comments#action_12425 ]
Cédric Vidal commented on UMLMETA-66:
-
Spring also has some pluralization support:
http://fisheye1.cenqua.com/viewrep/springframework/spring/sandbox/src/org/springframework/uti
[ http://jira.andromda.org/browse/JAVA-11?page=comments#action_12426 ]
Jens Vagts commented on JAVA-11:
But the warnings of Criteria-Classes are of type "unchecked" and related to
Java 5. For the hibernate cartridge I supplied a patch (HIB-162), which h