Add optional confidence
All threads resolved!
All threads resolved!
Compare changes
Files
6@@ -226,7 +226,7 @@ class EntityLinkCreate(CreateAPIView):
Related to issue #805 (closed)
The confidence field is present on endpoints CreateTranscriptionEntity and ListTranscriptionEntities. If not provided, it defaults to "null". Valid values are floats between 0 and 1.
This will be useful for NER models that outputs confidence score for entities. In the future we will also be able to filter entities based on this score.