spec/zenlish/support/minimal_lexicon.rb in zenlish-0.1.05 vs spec/zenlish/support/minimal_lexicon.rb in zenlish-0.1.06

- old
+ new

@@ -38,10 +38,11 @@ lexeme = Zenlish::Lex::Lexeme.new(aWordClass, entry).freeze $ZenlishLexicon.add_entry(entry.freeze) end # Our minimalistic lexicon +add_entry('above', preposition) add_entry('alive', adjective) add_entry('all', indefinite_quantifier) add_entry('another', adjective) add_entry('as', comparative_particle) add_entry('be', auxiliary_be) @@ -49,24 +50,28 @@ add_entry('big', adjective) add_entry('do', auxiliary_do) add_entry('far', adverb) add_entry('from', preposition) add_entry('if', subordinating_conjunction) +add_entry('in', preposition) add_entry('inside', preposition) add_entry('kind', common_noun) add_entry('Lisa', proper_noun) add_entry('living', adjective) add_entry('many', indefinite_quantifier) add_entry('more', adjective) add_entry('near to', preposition) add_entry('not', adverb_not) add_entry('of', preposition_of) +add_entry('on', preposition) add_entry('one', cardinal) add_entry('other', adjective) add_entry('people', common_noun) add_entry('person', common_noun) +add_entry('place', common_noun) add_entry('same', adjective) add_entry('see', irregular_verb) +add_entry('side', common_noun) add_entry('small', adjective) add_entry('some', indefinite_quantifier) add_entry('something', indefinite_pronoun) add_entry('than', preposition_than) add_entry('the', definite_article)