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