Noun add es example students add es | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Noun add es example students add es

a program add es example students

16th Aug 2017, 2:53 PM
Alexis Juego
Alexis Juego - avatar
1 Answer
+ 2
So you want a program to make singular nouns to plural nouns? You might need to use dictionaries to get the "odd" nouns that does not just simply follow the rules of just adding an "s" If the word does not exist in the dictionary the program would just do: plural = noun + "s"; The other option you have is to study word patterns and in your program you should identify different types of nouns like: sky --> skies and not sky --> skys or Katniss --> Katnisses and not Katniss --> Katnisss Good luck!
16th Aug 2017, 3:51 PM
Limitless
Limitless - avatar