PolMine / dbpedia

R Wrapper for Corpus Annotation with DBpedia Spotlight
3 stars 0 forks source link

Subcorpora returned by get_dbpedia_links() only contain annotated entities #9

Closed ChristophLeonhardt closed 1 year ago

ChristophLeonhardt commented 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().

ablaette commented 1 year ago

The return value is now a data.table, addressing/solving this issue.