get entities from POS DF
Examples
pos_txt <- sample_text |> spacyr::spacy_parse()
#> Error: object 'sample_text' not found
pos_txt |> get_entities(as_list = FALSE)
#> Error: object 'pos_txt' not found
pos_txt |> get_entities()
#> Error: object 'pos_txt' not found