Daniel061 / Sophie6.1

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

Store More Subject Data for Enhanced Context Tracking #39

Open Daniel061 opened 5 years ago

Daniel061 commented 5 years ago

Currently only a subject word is stored and can be referred back to.

In order for more precise context tracking, more data will be needed, such as adjectives and nouns associated with the subject. The original string the subject was used in. The indirect object of that string if it has one. Contraction break down if the subject happens to be a contraction. The gender of the subject if it's a proper noun and etc.

I propose a SubjectData class to handle any and all data associated with the subject. Much like the MemoryCells class is handled by c_Lobes.h class, this new SubjectData class can be handled by c_SubjectStack.h class in a Map container.

After implementation of the new SubjectData class, a file storage and retrieval method will have to be created.

Steps need: