Closed ChristophLeonhardt closed 1 year ago
If I am not mistaken, subcorpora which are returned by get_dbpedia_links()do not contain regular text but only the entities which have been found by DBpedia Spotlight. This can be seen with size() or read().
get_dbpedia_links()
size()
read()
The return value is now a data.table, addressing/solving this issue.
If I am not mistaken, subcorpora which are returned by
get_dbpedia_links()
do not contain regular text but only the entities which have been found by DBpedia Spotlight. This can be seen withsize()
orread()
.