inflector.php 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. <?php
  2. return [
  3. 'uncountable' => [
  4. 'access',
  5. 'advice',
  6. 'aircraft',
  7. 'art',
  8. 'baggage',
  9. 'bison',
  10. 'dances',
  11. 'deer',
  12. 'equipment',
  13. 'fish',
  14. 'fuel',
  15. 'furniture',
  16. 'heat',
  17. 'honey',
  18. 'homework',
  19. 'impatience',
  20. 'information',
  21. 'knowledge',
  22. 'luggage',
  23. 'media',
  24. 'money',
  25. 'moose',
  26. 'music',
  27. 'news',
  28. 'patience',
  29. 'progress',
  30. 'pollution',
  31. 'research',
  32. 'rice',
  33. 'salmon',
  34. 'sand',
  35. 'series',
  36. 'sheep',
  37. 'sms',
  38. 'spam',
  39. 'species',
  40. 'staff',
  41. 'swine',
  42. 'toothpaste',
  43. 'traffic',
  44. 'understanding',
  45. 'water',
  46. 'weather',
  47. 'work',
  48. ],
  49. 'irregular' => [
  50. 'appendix' => 'appendices',
  51. 'cactus' => 'cacti',
  52. 'calf' => 'calves',
  53. 'child' => 'children',
  54. 'crisis' => 'crises',
  55. 'criterion' => 'criteria',
  56. 'curriculum' => 'curricula',
  57. 'diagnosis' => 'diagnoses',
  58. 'elf' => 'elves',
  59. 'ellipsis' => 'ellipses',
  60. 'foot' => 'feet',
  61. 'goose' => 'geese',
  62. 'hero' => 'heroes',
  63. 'hoof' => 'hooves',
  64. 'hypothesis' => 'hypotheses',
  65. 'is' => 'are',
  66. 'knife' => 'knives',
  67. 'leaf' => 'leaves',
  68. 'license' => 'licenses',
  69. 'life' => 'lives',
  70. 'loaf' => 'loaves',
  71. 'man' => 'men',
  72. 'mouse' => 'mice',
  73. 'nucleus' => 'nuclei',
  74. 'oasis' => 'oases',
  75. 'octopus' => 'octopi',
  76. 'ox' => 'oxen',
  77. 'paralysis' => 'paralyses',
  78. 'parenthesis' => 'parentheses',
  79. 'person' => 'people',
  80. 'phenomenon' => 'phenomena',
  81. 'potato' => 'potatoes',
  82. 'quiz' => 'quizzes',
  83. 'radius' => 'radii',
  84. 'scarf' => 'scarves',
  85. 'stimulus' => 'stimuli',
  86. 'syllabus' => 'syllabi',
  87. 'synthesis' => 'syntheses',
  88. 'thief' => 'thieves',
  89. 'tooth' => 'teeth',
  90. 'was' => 'were',
  91. 'wharf' => 'wharves',
  92. 'wife' => 'wives',
  93. 'woman' => 'women',
  94. 'release' => 'releases',
  95. ],
  96. ];