You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: