Open Daniel061 opened 5 years ago
Describe the bug When faced with an adverb, the program currently doesn't handle it correctly.
To Reproduce Steps to reproduce the behavior:
Expected behavior The verb wet is associated with the noun dog and the adverb very is stored with the noun dog as a modifier for wet.
Additional context Perhaps VerbList in MemoryCell needs an additional array for modifiers.
Added adverb knowledge to language helper. Now word types are set to 'A' for adverbs. Still need proper logic to handle this structure "dnvAa"
An example screen shot:
Describe the bug When faced with an adverb, the program currently doesn't handle it correctly.
To Reproduce Steps to reproduce the behavior:
Expected behavior The verb wet is associated with the noun dog and the adverb very is stored with the noun dog as a modifier for wet.
Additional context Perhaps VerbList in MemoryCell needs an additional array for modifiers.