Skip to main content

translation_status

Function translation_status 

Source
pub fn translation_status(
    machine_proposed: bool,
    human_attested: bool,
    translatable: bool,
) -> MatchStatus
Expand 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.