lib/zenlish/lang/dictionary.rb in zenlish-0.1.20 vs lib/zenlish/lang/dictionary.rb in zenlish-0.1.21
- old
+ new
@@ -22,11 +22,11 @@
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('all', 'FrontingQuantifier')
add_entry('and', 'Coordinator')
add_entry('animal', 'CommonNoun')
add_entry('another', 'Adjective')
add_entry('as', 'ComparativeParticle')
add_entry('at', 'Preposition')
@@ -45,10 +45,11 @@
add_entry('can', 'ModalVerbCan')
add_entry('cause', 'RegularVerb')
add_entry('die', 'RegularVerb')
add_entry('do', 'AuxiliaryDo')
add_entry('do', 'IrregularVerbDo')
+ add_entry('each', 'DistributiveDeterminer')
add_entry('false', 'Adjective')
add_entry('far', 'Adverb')
add_entry('far from', 'Preposition')
add_entry('feel', 'IrregularLinkingVerb')
add_entry('for', 'Preposition')
@@ -69,11 +70,11 @@
add_entry('know', 'IrregularVerbKnow')
add_entry('like', 'Preposition')
add_entry('live', 'RegularVerb')
add_entry('living', 'Adjective')
add_entry('long', 'Adjective')
- add_entry('many', 'IndefiniteQuantifier')
+ add_entry('many', 'Quantifier')
add_entry('maybe', 'AdverbMaybe')
add_entry('me', 'PersonalPronoun')
add_entry('moment', 'CommonNoun')
add_entry('more', 'Adjective')
add_entry('more', 'Adverb')
@@ -100,11 +101,11 @@
add_entry('say', 'IrregularVerbSay')
add_entry('see', 'IrregularVerb')
add_entry('short', 'Adjective')
add_entry('side', 'CommonNoun')
add_entry('small', 'Adjective')
- add_entry('some', 'IndefiniteQuantifier')
+ add_entry('some', 'Quantifier')
add_entry('someone', 'IndefinitePronoun')
add_entry('something', 'IndefinitePronoun')
add_entry('than', 'PrepositionThan')
add_entry('that', 'RelativePronoun')
add_entry('the', 'DefiniteArticle')
@@ -122,9 +123,10 @@
add_entry('to', 'Preposition')
add_entry('touch', 'RegularVerb')
add_entry('true', 'Adjective')
add_entry('two', 'Cardinal')
add_entry('two', 'IndefinitePronoun')
+ add_entry('use', 'RegularVerb')
add_entry('very', 'DegreeAdverb')
add_entry('want', 'RegularVerbWant')
add_entry('what','ConjunctivePronoun')
add_entry('when','SubordinatingConjunction')
add_entry('who','RelativePronoun')
\ No newline at end of file