Questions tagged [plural]

Pertaining to handling text that must change depending on the number of items involved, according to the rules of different languages.

Pertaining to handling text that must change depending on the number of items involved, according to the rules of different languages.

English only has two forms: "singular" and "plural":

  • You have 1 file
  • You have 2 files

Some languages have more complicated rules, however, and several different categories.

Suggested Reading

110 questions
-1
votes
3 answers

prolog rule to change singular form of word to plural

I'm trying to write some rule in prolog language to change singular form to plural form and want to support to write the rule.
-1
votes
4 answers

Php mysql search - Search not working if with plural and singular

If I search "sales order" it's fetching "sales order" and "sales orders" in results. It's fetching the result with "s" also. But if I search "sales orders" it's fetching "sales orders" only but I want "sales order" will also fetch. I am using php…
ANkit Joshi
  • 91
  • 1
  • 8
-1
votes
1 answer

singular plural depending on state

I'm using the script MixItUp for filtering and sorting nodes in xml files. I have a script for counting the nodes which changes upon filtering - and the count changes as it should. What the script (read: I) don't accomplish is the correct singular…
McClaudLive
  • 53
  • 2
  • 8
-4
votes
1 answer

Benefits of Azure PluralSight

I am a beginner in the IT world. I would like to know what are the advantages of doing the Microsoft Azure PluralSight courses? What kind of It jobs could I Apply having this certificate?
-6
votes
2 answers

Need a Python program Singular to Plural

Hi Need a simple Python program to accept a list of 3 items. word_list = ['apple', 'berry', 'melon'] Using a function to convert singular to plural. If item ends with 'y', should replace that with 'ies'. Thanks so much
Danny74
  • 11
  • 4
1 2 3 4 5 6 7
8