I have looked at this guide https://lincolnmullen.com/projects/dh-r2/nlp.html and this youtube video https://www.youtube.com/watch?v=0lpQludiI-0 which both use the same method. When I try and replicate the results from the biography example in the first link, all I get as the output of
entities(bio_doc, kind = "person")
is
character(0)
This was the same result when I used a different input string as well. I saw this thread Efficient Named Entity Recognition in R and they got the same result as well (character(0)). I see that it went unanswered, so I was wondering if perhaps someone now has an answer to it? Has this method just been deprecated? I would very much appreciate anyone's insight.