lib/zenlish/lang/dictionary.rb in zenlish-0.1.18 vs lib/zenlish/lang/dictionary.rb in zenlish-0.1.19
- old
+ new
@@ -58,10 +58,11 @@
add_entry('I', 'PersonalPronoun')
add_entry('if', 'SubordinatingConjunction')
add_entry('in', 'Preposition')
add_entry('inside', 'Preposition')
add_entry('it', 'PersonalPronoun')
+ add_entry('its', 'PossessiveDeterminer')
add_entry('kind', 'CommonNoun')
add_entry('know', 'IrregularVerbKnow')
add_entry('like', 'Preposition')
add_entry('live', 'RegularVerb')
add_entry('living', 'Adjective')
@@ -72,13 +73,15 @@
add_entry('moment', 'CommonNoun')
add_entry('more', 'Adjective')
add_entry('more', 'Adverb')
add_entry('move', 'RegularVerb')
add_entry('much', 'Adverb')
+ add_entry('my', 'PossessiveDeterminer')
add_entry('near', 'Preposition')
add_entry('near to', 'Preposition')
add_entry('now', 'Adverb')
+ add_entry('now', 'CommonNoun')
add_entry('not', 'AdverbNot')
add_entry('of', 'PrepositionOf')
add_entry('on', 'Preposition')
add_entry('one', 'Adjective')
add_entry('one', 'Cardinal')
@@ -101,10 +104,11 @@
add_entry('than', 'PrepositionThan')
add_entry('that', 'RelativePronoun')
add_entry('the', 'DefiniteArticle')
add_entry('them', 'PersonalPronoun')
add_entry('then', 'LinkingAdverb')
+ add_entry('their', 'PossessiveDeterminer')
add_entry('there', 'ExistentialThere')
add_entry('they', 'PersonalPronoun')
add_entry('thing', 'CommonNoun')
add_entry('think', 'IrregularVerbThink')
add_entry('this', 'DemonstrativeDeterminer')
@@ -122,9 +126,10 @@
add_entry('when','SubordinatingConjunction')
add_entry('who','RelativePronoun')
add_entry('with','Preposition')
add_entry('word', 'CommonNoun')
add_entry('you', 'PersonalPronoun')
+ add_entry('your', 'PossessiveDeterminer')
# Punctuation signs...
add_entry(':', 'Colon')
add_entry(',', 'Comma')
add_entry('.', 'Period')
\ No newline at end of file