juliema / label_reconciliations

Code for reconciling multiple transcriptions for a label
MIT License
26 stars 11 forks source link

New task format in NFN annotations #38

Closed rafelafrance closed 6 years ago

rafelafrance commented 6 years ago

The format may be old but this is the first time we're noticing it.

    "select_label": "District",
    "option": false,
    "value": "Dakshina Kannada"

We previously have only noticed

    "select_label": "State",
    "option": true,
    "value": "464dc9b9a8911",
    "label": "Karnataka"

So, we need to test the option value and if it is true pull the "label" else the "value"