pub fn translation_status(
machine_proposed: bool,
human_attested: bool,
translatable: bool,
) -> MatchStatusExpand description
Enforce the Curation Directive on a sense mapping: a human attestation yields ExactMatch;
absent that, a machine proposal yields CloseMatch; an untranslatable concept (or nothing
proposed) yields RequiresHumanReview.