Daniel061 / Sophie6.1

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

Move All Word Data To It's Own Class #45

Open Daniel061 opened 5 years ago

Daniel061 commented 5 years ago

The c_Sentence Class currently stores all of the sentence data as well as all of the word data.

This is getting very messy as new data is added and managed.

The c_Sentence class should just manage sentence data and allow another class such as word class, to manage it's data.

This would separate tasks and neaten the project.

Steps to take;

Daniel061 commented 5 years ago

Done and in the testing final phase.