lib/zenlish/lang/dictionary.rb in zenlish-0.1.14 vs lib/zenlish/lang/dictionary.rb in zenlish-0.1.15
- old
+ new
@@ -19,10 +19,12 @@
# Our minimalistic lexicon
add_entry('a', 'IndefiniteArticle')
add_entry('about', 'Preposition')
add_entry('above', 'Preposition')
+ add_entry('after', 'Adverb')
+ add_entry('after', 'SubordinatingConjunction')
add_entry('alive', 'Adjective')
add_entry('all', 'IndefiniteQuantifier')
add_entry('another', 'Adjective')
add_entry('as', 'ComparativeParticle')
add_entry('at', 'Preposition')
@@ -55,12 +57,16 @@
add_entry('like', 'Preposition')
add_entry('living', 'Adjective')
add_entry('long', 'Adjective')
add_entry('many', 'IndefiniteQuantifier')
add_entry('me', 'PersonalPronoun')
+ add_entry('moment', 'CommonNoun')
add_entry('more', 'Adjective')
+ add_entry('more', 'Adverb')
add_entry('move', 'RegularVerb')
+ add_entry('much', 'Adverb')
+ add_entry('near', 'Preposition')
add_entry('near to', 'Preposition')
add_entry('now', 'Adverb')
add_entry('not', 'AdverbNot')
add_entry('of', 'PrepositionOf')
add_entry('on', 'Preposition')
@@ -75,10 +81,11 @@
add_entry('see', 'IrregularVerb')
add_entry('short', 'Adjective')
add_entry('side', 'CommonNoun')
add_entry('small', 'Adjective')
add_entry('some', 'IndefiniteQuantifier')
+ add_entry('someone', 'IndefinitePronoun')
add_entry('something', 'IndefinitePronoun')
add_entry('than', 'PrepositionThan')
add_entry('the', 'DefiniteArticle')
add_entry('then', 'LinkingAdverb')
add_entry('there', 'AdverbThere')
@@ -92,10 +99,12 @@
add_entry('touch', 'RegularVerb')
add_entry('true', 'Adjective')
add_entry('two', 'Cardinal')
add_entry('very', 'DegreeAdverb')
add_entry('want', 'RegularVerbWant')
- add_entry('what','ConjunctivePronoun')
+ add_entry('what','ConjunctivePronoun')
+ add_entry('when','SubordinatingConjunction')
+ add_entry('who','RelativePronoun')
add_entry('with','Preposition')
add_entry('word', 'CommonNoun')
add_entry('you', 'PersonalPronoun')
# Punctuation signs...
\ No newline at end of file