Daniel061 / Sophie6.1

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

Proper noun no longer associates with noun #28

Closed Daniel061 closed 5 years ago

Daniel061 commented 5 years ago

Describe the bug Before the conversion to unordered multimaps for c_MemoryCell storage, a proper noun would get associated with the noun in the sentence. The program no longer does this.

To Reproduce Steps to reproduce the behavior:

  1. After brief teaching, i.e dog, black and color type: Mickey is a dog.
  2. The program asks if Mickey is the dog's name and the response is Yes.
  3. type cell report Mickey
  4. Dog is not associated with Mickey as a related noun

Expected behavior The proper noun must be associated the the noun.

Additional context use Verbose command to track where this is not happening.