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.
For instance, if we consider the following case:
| Annotation | Prediction |
| ----------------- | ----------------- |
| Hugone B-PERS | Hugone B-PERS |
| Montiniaci I-PERS | Montiniaci I-PERS |
| domino I-PERS | domino O |
Counting the spaces, 7 characters differ over 24 characters in the reference entity: a threshold of 0.30 would accept the match but a lower one would not.
### Demo
```
$ nerval -a demo/demo_annot.bio -p demo/demo_predict.bio