Get entity type distribution from co-occurrence matrix
Arguments
- co_matrix
A co-occurrence matrix produced by create_typed_comat().
Value
A data frame with entity type counts and percentages.
Examples
if (FALSE) { # \dontrun{
type_dist <- get_type_dist(co_matrix)
} # }