Daniel061 / Sophie6.1

AI from stumbling Baby to Sentient being.
GNU General Public License v3.0
1 stars 1 forks source link

Switch to MultiMap for Adjective, Verb and Adverb linking to nouns. #24

Open Daniel061 opened 5 years ago

Daniel061 commented 5 years ago

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.