lib/zenlish/lang/dictionary.rb in zenlish-0.1.23 vs lib/zenlish/lang/dictionary.rb in zenlish-0.1.24
- old
+ new
@@ -43,12 +43,14 @@
add_entry('big', 'Adjective')
add_entry('body', 'CommonNoun')
add_entry('but', 'Coordinator')
add_entry('can', 'ModalVerbCan')
add_entry('cause', 'RegularVerb')
+ add_entry('change', 'RegularVerb')
add_entry('contain', 'RegularVerb')
add_entry('container', 'CommonNoun')
+ add_entry('could', 'ModalVerbCould')
add_entry('die', 'RegularVerb')
add_entry('different', 'Adjective')
add_entry('do', 'AuxiliaryDo')
add_entry('do', 'IrregularVerbDo')
add_entry('each', 'DistributiveDeterminer')
@@ -113,10 +115,11 @@
add_entry('small', 'Adjective')
add_entry('some', 'Quantifier')
add_entry('someone', 'IndefinitePronoun')
add_entry('someplace', 'Adverb')
add_entry('something', 'IndefinitePronoun')
+ add_entry('surface', 'CommonNoun')
add_entry('than', 'PrepositionThan')
add_entry('that', 'RelativePronoun')
add_entry('the', 'DefiniteArticle')
add_entry('them', 'PersonalPronoun')
add_entry('then', 'LinkingAdverb')
@@ -129,19 +132,22 @@
add_entry('this', 'DemonstrativePronoun')
add_entry('this one', 'DemonstrativePronoun')
add_entry('time', 'CommonNoun')
add_entry('to', 'Preposition')
add_entry('touch', 'RegularVerb')
+ add_entry('try', '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')
- add_entry('with','Preposition')
+ add_entry('what', 'ConjunctivePronoun')
+ add_entry('when', 'SubordinatingConjunction')
+ add_entry('where', 'Adverb')
+ add_entry('where', 'SubordinatingConjunction')
+ add_entry('who', 'RelativePronoun')
+ add_entry('with', 'Preposition')
add_entry('word', 'CommonNoun')
add_entry('you', 'PersonalPronoun')
add_entry('your', 'PossessiveDeterminer')
# Punctuation signs...
\ No newline at end of file