Level parameter is used in get_iaa_data()and network visualization functions to select annotations with a property. It is used to toggle either tag-level filtering, or with a specified property, prefixed with prop:. get_annotation_pairs_for_multiple_annotators function was lacking this parameter. This change adds levelparameter to this function and passes it to the `get_iaa_data() function. Returned results with level paramater active seem to be filtering based on specified property.
Level parameter is used in
get_iaa_data()and network visualization functions to select annotations with a property. It is used to toggle either tag-level filtering, or with a specified property, prefixed withprop:.get_annotation_pairs_for_multiple_annotatorsfunction was lacking this parameter. This change addslevelparameter to this function and passes it to the `get_iaa_data() function. Returned results with level paramater active seem to be filtering based on specified property.