You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the JSON outputs of the scorer, the results corresponding to fuzzy in the csv-output are named ent-type. For instance:
# To get the strict results, you fetch the values of the 'strict'-key : results["NE-COARSE-LIT"]["TIME-ALL"]["LED-ALL"][desired_entity_type]["strict"]
#However, to get the fuzzy results, you have to retrieve the values of the 'ent_type' key : results["NE-COARSE-LIT"]["TIME-ALL"]["LED-ALL"][desired_entity_type]["ent_type"]
This is a bit confusing. Unless I am missing something, I think the name of the key should be replaced with 'fuzzy'.
The text was updated successfully, but these errors were encountered:
In the JSON outputs of the scorer, the results corresponding to
fuzzy
in the csv-output are namedent-type
. For instance:This is a bit confusing. Unless I am missing something, I think the name of the key should be replaced with 'fuzzy'.
The text was updated successfully, but these errors were encountered: