lib/zenlish/lang/dictionary.rb in zenlish-0.2.02 vs lib/zenlish/lang/dictionary.rb in zenlish-0.2.03
- old
+ new
@@ -69,13 +69,11 @@
add_entry('damage', 'RegularVerb')
add_entry('die', 'RegularVerb')
add_entry('difficult', 'Adjective')
add_entry('different', 'Adjective')
add_entry('do', 'AuxiliaryDo')
- add_entry('do', 'IrregularVerbDo') do
- forms past_simple: 'did', past_participle: 'done'
- end
+ add_entry('do', 'IrregularVerbDo')
add_entry('each', 'DistributiveDeterminer')
add_entry('each', 'Pronoun')
add_entry('exist', 'RegularVerb')
add_entry('false', 'Adjective')
add_entry('far', 'Adverb')
@@ -86,10 +84,12 @@
add_entry('for', 'Preposition')
add_entry('from', 'Preposition')
add_entry('good', 'Adjective')
add_entry('have', 'IrregularVerbHave')
add_entry('happen', 'RegularVerb')
- add_entry('hear', 'IrregularLinkingVerb')
+ add_entry('hear', 'IrregularLinkingVerb') do
+ forms past_simple: 'heard', past_participle: 'heard'
+ end
add_entry('here', 'Adverb')
# example: ...from here (works as a pronoun of a place)
add_entry('here', 'CommonNoun', {'NUMBER' => enumeration(:singular),
'PARADIGM' => [identifier, 'Singular_only']})
add_entry('I', 'PersonalPronoun')
\ No newline at end of file