Open gabbard opened 4 years ago
@LichMaster98 : is this complete?
No, we can't currently recognize the object "I" using the ObjectRecognizer because the object "I/me" and "you" aren't in the list of objects in our OntologyNode
found: https://github.com/isi-vista/adam/blob/master/adam/ontology/phase1_ontology.py#L449
Essentially we don't know how to create the pattern for "I" which is a problem related to: https://github.com/isi-vista/adam/issues/502 as "I/me" will also be recognized as "DAD" or "MOM' when this wouldn't be wrong just not the best answer.
For M9 integrated learner with object recognizer, we don't recognize me
or you
currently -- working on debugging this.
@paynesa I believe you fixed this issue?
The
SPEAKER
/ADDRESSEE
features should let you splitI
/me
fromyou
. I think we need to push theI
/me
distinction to phase 2. Little ids aren't good at it anyway.