knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

Info

This vignette walks the user through applying the neural embedding NLP approach to a novel set of PDF documents. We use a sample corpus of 10 peer-reviewed academic journal articles about restoration.

Downloading data

library(retrieveR)
install_mac()
#install_windows()
download_example()
corpus <- prep_documents("pdfs")
create_report(query="land tenure", data = corpus, interactive = F, thresh = 0.51)
htmltools::includeHTML("land_tenure.html")


wri/retrieveR documentation built on July 23, 2019, 11:54 p.m.