With the addition of Proper Noun detection and setting in c_Language.h::FindWordType(), the Associations with nouns routines now associate the lower case version with the uppercase version.
Steps to reproduce this error:
Type The dog is black.
Type The dog is an animal.
Type Mickey is an animal.
Type Mickey is a boy.
Type Mickey is a pet.
Type Mickey is black.
Type cell report Mickey
see the related noun to Mickey is mickey
Gender is correct
WordType is correct
Adjective association is correct
related noun should be 'pet'
Requirements to correct bug:
[ ] Using verbose command, locate the routine improperly associating.
With the addition of Proper Noun detection and setting in c_Language.h::FindWordType(), the Associations with nouns routines now associate the lower case version with the uppercase version.
Steps to reproduce this error:
Requirements to correct bug: