# frozen_string_literal: true require_relative '../../../lib/zenlish/lang/dictionary' # Add a few words to dictionary for testing purposes... Zenlish::Lang::add_entry('J', 'ProperNoun') Zenlish::Lang::add_entry('K', 'IndefinitePronoun') Zenlish::Lang::add_entry('Lisa', 'ProperNoun') Zenlish::Lang::add_entry('Tony', 'ProperNoun') Zenlish::Lang::add_entry('X', 'CommonNoun')