• Jump To … +
    abbreviations.js adjectives.js convertables.js dates.js demonyms.js firstnames.js honourifics.js irregular_nouns.js irregular_verbs.js misc.js multiples.js numbers.js organisations.js phrasal_verbs.js places.js uncountables.js verbs.js fns.js index.js lexicon.js negate.js passive_voice.js contractions.js fancy_lumping.js grammar_rules.js parts_of_speech.js phrasal_verbs.js tagger.js word_rules.js question.js sentence.js statement.js tense.js adjective.js to_adverb.js to_comparative.js to_noun.js to_superlative.js adverb.js to_adjective.js is_acronym.js article.js date.js date_rules.js is_date.js parse_date.js is_plural.js is_uncountable.js noun.js is_organisation.js organisation.js gender.js is_person.js parse_name.js person.js is_place.js place.js pluralize.js pronoun.js singularize.js is_value.js numbers.js to_number.js units.js value.js term.js conjugate.js from_infinitive.js predict_form.js suffix_rules.js to_actor.js to_infinitive.js negate.js verb.js sentence_parser.js text.js
  • uncountables.js

  • ¶

    common nouns that have no plural form. These are suprisingly rare used in noun.inflect(), and added as nouns in lexicon

    module.exports = [
      'aircraft',
      'bass',
      'bison',
      'fowl',
      'halibut',
      'moose',
      'salmon',
      'spacecraft',
      'tuna',
      'trout',
      'advice',
      'information',
      'knowledge',
      'trouble',
      'enjoyment',
      'fun',
      'recreation',
      'relaxation',
      'meat',
      'rice',
      'bread',
      'cake',
      'coffee',
      'ice',
      'water',
      'oil',
      'grass',
      'hair',
      'fruit',
      'wildlife',
      'equipment',
      'machinery',
      'furniture',
      'mail',
      'luggage',
      'jewelry',
      'clothing',
      'money',
      'mathematics',
      'economics',
      'physics',
      'civics',
      'ethics',
      'gymnastics',
      'mumps',
      'measles',
      'news',
      'tennis',
      'baggage',
      'currency',
      'soap',
      'toothpaste',
      'food',
      'sugar',
      'butter',
      'flour',
      'research',
      'leather',
      'wool',
      'wood',
      'coal',
      'weather',
      'homework',
      'cotton',
      'silk',
      'patience',
      'impatience',
      'vinegar',
      'art',
      'beef',
      'blood',
      'cash',
      'chaos',
      'cheese',
      'chewing',
      'conduct',
      'confusion',
      'education',
      'electricity',
      'entertainment',
      'fiction',
      'forgiveness',
      'gold',
      'gossip',
      'ground',
      'happiness',
      'history',
      'honey',
      'hospitality',
      'importance',
      'justice',
      'laughter',
      'leisure',
      'lightning',
      'literature',
      'luck',
      'melancholy',
      'milk',
      'mist',
      'music',
      'noise',
      'oxygen',
      'paper',
      'pay',
      'peace',
      'peanut',
      'pepper',
      'petrol',
      'plastic',
      'pork',
      'power',
      'pressure',
      'rain',
      'recognition',
      'sadness',
      'safety',
      'salt',
      'sand',
      'scenery',
      'shopping',
      'silver',
      'snow',
      'softness',
      'space',
      'speed',
      'steam',
      'sunshine',
      'tea',
      'thunder',
      'time',
      'traffic',
      'trousers',
      'violence',
      'warmth',
      'wine',
      'steel',
      'soccer',
      'hockey',
      'golf',
      'fish',
      'gum',
      'liquid',
      'series',
      'sheep',
      'species',
      'fahrenheit',
      'celcius',
      'kelvin',
      'hertz'
    ];