entity
entity copied to clipboard
Easy named entity extraction
Hi @trinker, thank you so much for this amazing package! Just here to let you know that when I tried `pacman::p_load_gh("trinker/entity") ` I got this warning message ``` Warning messages:...
docker run --rm -ti rocker/r-devel if (!require("pacman")) install.packages("pacman") pacman::p_load_gh("trinker/entity") ... ** testing if installed package can be loaded * DONE (entity) > library(entity) > data(wiki) > person_entity(wiki) Well it appears...
Dear Tyler, your package is really great, I like it a lot. I just noticed that in some cases the location_entity() function appears not able to extract a country correctly...