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:
After brief teaching, i.e dog, black and color
type: Mickey is a dog.
The program asks if Mickey is the dog's name and the response is Yes.
type cell report Mickey
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.
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:
Expected behavior The proper noun must be associated the the noun.
Additional context use Verbose command to track where this is not happening.