For example, to make most nouns plural, you add ‘s’ or ‘es’. For example, ‘dog - dogs’. Irregular plural nouns don’t follow the same pattern, for example, ‘child – children’. What is a plural possessive noun? A plural possessive noun is a word that indicates ownership when...
If there is an anglicized version that is well accepted, this will be noted in the dictionary entry for the word you are using. Singular (-us) Plural (-i) focus foci (also focuses) radius radii (also radiuses) fungus fungi nucleus nuclei cactus cacti alumnus alumni octopus octopuses (...
Radius, radii radius Terminus, the terminus of a termini railroad or bus But some foreign words change according to the English rules: Dogma, dogmas doctrine Formula, forrmulas formula (scientists still use formulae) Gymnasium, gymnasiums Stadium ...
SingularForeign pluralEnglish plural corpus corpora – genus genera – alumnus alumni – bacillus bacilli – cactus cacti cactuses focus foci – fungus fungi funguses nucleus nuclei – octopus octopi octopuses radius radii – stimulus stimuli – syllabus syllabi syllabuses terminus termini – ...
The first solution that comes to mind is something like: def plural(n, word): return "%d %s%s" %(n, word, n==1?'':'s') Of course, Python does not have the ?: operator! Once I bothered to write a function for plural, I decided to make it as general as possible. This ...
radius: radii or radiuses stimulus: stimuli syllabus: syllabi or syllabuses terminus: termini or terminuses Words ending in on, plural -a or -ons automaton: automotons or automata phenomenon: phenomena or phenomenons Assorted cherub: cherubim or cherubs (the former alternative applies to angels ...
c# How to optimize my for loop to speed up iteration c# How to perform multiple validation and return error message with predicate C# how to remove a word from a string C# how to remove strings from one string using LINQ C# How to return a List<string> C# How to return instance dynamic...
}// ---foreach(array('mess','index','leaf','puppy')as$word) { printf("%6s -> %s\n", $word, plural($word)); } } 开发者ID:Halfnhav4,项目名称:pfff,代码行数:28,代码来源:Printing_Correct_Plurals.php 示例2: after_get_record ▲点赞 7▼ ...