Skip to content

Commit

Permalink
Merge pull request #184 from reconciliation-api/138-multiLingualCandi…
Browse files Browse the repository at this point in the history
…dates

Add paragraph on multi-lingual reconciliation candidates (#138)
  • Loading branch information
fsteeg authored Dec 12, 2024
2 parents 065c2e6 + 6d78253 commit 3314517
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions 1.0-draft/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -579,6 +579,10 @@ <h3>Reconciliation Query Responses</h3>
<dd>A boolean matching decision, which indicates whether the service considers this candidate good enough to be chosen as a correct match.</dd>
</dl>
</p>
<p>
To propose multi-lingual candidates to the client, the reconciliation service MAY return multiple candidates with identical <code>id</code>, but different names, <a href="#text-processing-language">text processing languages</a> or <a href="#text-direction">text directions</a>.
The client MAY render these candidates as a single entity, but SHOULD include details from all candidates, so users can comprehend why the entity is being proposed.
</p>
<p>
A <dfn>matching feature</dfn> is a numerical or boolean value which can be used to determine how likely it is for the candidate to be the correct entity. It contains the following fields:
<dl>
Expand Down

0 comments on commit 3314517

Please sign in to comment.