require_relative 'word_class' module Zenlish module WClasses # A noun denotes classes and categories of things in the unverse of discourse. # Nouns denote people, animals, inanimate things, places, events, qualities # and states. class Noun < WordClass end # class end # module end # module