ranking-agent / aragorn-ranker

Exposes TRAPI functions to add literature co-occurrence edges, convert publications to edge weights, and provide scores for answers.
MIT License
0 stars 1 forks source link

Handled set fix #9

Closed cbizon closed 3 years ago

cbizon commented 3 years ago

There are two ways that sets can be handled in 0.9.2. In a particular node binding, you can have:

{
qg_id: q
kg_id: k1
qg_id: q
kg_id: k2
}

Or

qg_id: q
kg_id: [k1,k2]

The code handled the former, but not the latter. The new version handles both.