Is your feature request related to a problem? Please describe.
Not yet but with the need to add adverbs to the verbs/adjectives associated with nouns, the manual list searching/adding coding is not very readable.
Describe the solution you'd like
Have maps for each memory cell and if that cell is a noun, these maps would store and be searchable, adjectives, verbs used with these as well as adverbs.
Describe alternatives you've considered
Hand coding the multidimensional arrays which exist now for adjectives and verbs.
Additional context
Multimaps are maybe the best way to implement this, but maybe there's a better data type or new class.
Is your feature request related to a problem? Please describe. Not yet but with the need to add adverbs to the verbs/adjectives associated with nouns, the manual list searching/adding coding is not very readable.
Describe the solution you'd like Have maps for each memory cell and if that cell is a noun, these maps would store and be searchable, adjectives, verbs used with these as well as adverbs.
Describe alternatives you've considered Hand coding the multidimensional arrays which exist now for adjectives and verbs.
Additional context Multimaps are maybe the best way to implement this, but maybe there's a better data type or new class.