Exploring the Book of Esther in the Tidy Verse

library(httr) library(tidytext) library(jsonlite) library(tidyverse) library(wordcloud) library(XML) source("~/keys.R") key <- biblia There is much to be learned in the form of writing and the relationship it has within and outside the text. The question we might want to ask is there a way to identify the story arc of the situation. Using spacy to tag all of the words will increase the likelyhood to better understand the style <- "oneVersePerLineFullReference" #oneVersePerLine, bibleTextOnly, oneVersePerLineFullReference output <- "html" passage <-"Esther1-10" resp <- GET(paste0("https://api....

November 30, 2017 · 2 min · 342 words · C Ried