I speculate that "Retriever-ARAX", only queries well-behaved KPs like infores:retriever that only ever return preferred CURIEs (right?), then we no longer have to call NodeSynonymizer from ARAX-expand. I'd like to explore if we can eliminate unnecessary calls to NodeNorm, when running as "Retriever-ARAX". I'm going to try branching off of issue-2585 for this, since there may be non-Expand parts of ARAX that still might need to call the NodeSynonymizer class.
I speculate that "Retriever-ARAX", only queries well-behaved KPs like
infores:retrieverthat only ever return preferred CURIEs (right?), then we no longer have to call NodeSynonymizer from ARAX-expand. I'd like to explore if we can eliminate unnecessary calls to NodeNorm, when running as "Retriever-ARAX". I'm going to try branching off ofissue-2585for this, since there may be non-Expand parts of ARAX that still might need to call theNodeSynonymizerclass.