Add threshold as option
All threads resolved!
All threads resolved!
Compare changes
- Blanche Miret authored
+ 20
− 2
@@ -10,6 +10,8 @@ Expected inputs are a ground truth and a prediction BIOES/BILOU files without an
@@ -23,12 +25,28 @@ $ pip3 install tox
The threshold value should be between 0 and 1. It designates the acceptable number of characters differing between an annotated and a predicted entity - over the number of characters in the annotated entity - to consider it as a match. Default value is 0.30. 0 would impose perfect matches, 1 would allow completely different strings to be considered as a match.