Add threshold as option
All threads resolved!
All threads resolved!
Compare changes
Files
3- Blanche Miret authored
+ 32
− 6
@@ -9,7 +9,6 @@ import editdistance
@@ -189,7 +188,11 @@ def look_for_further_entity_part(index, tag, characters, labels):
@@ -274,7+277,7 @@
@@ -324,7+327,7 @@
@@ -454,7 +457,7 @@ def print_results(scores: dict):
@@ -486,7 +489,11 @@ def run(annotation: str, prediction: str) -> dict:
@@ -498,6 +505,17 @@ def run(annotation: str, prediction: str) -> dict:
@@ -510,9 +528,17 @@ def main():