View source: R/prep_annotations.R
prep_annotations | R Documentation |
Take the corrected text and the tokenized df with locations, and find where to put what kind of annotation Gives a warning when row counts do not quite match up (off-by-one or more errors are present)
prep_annotations(annotated_text, digital_text_df)
annotated_text |
output of 'annotate_text' |
digital_text_df |
output of 'gcv_reorder_text' or 'poppler_reorder_text' |
data.frame with annotation data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.