From 9fdd3ddf158318054353268ce12cca431b393219 Mon Sep 17 00:00:00 2001 From: Chris Park Date: Wed, 5 Oct 2016 14:44:21 -0400 Subject: [PATCH] Updated examples --- examples/relationships.R | 2 +- examples/syntax_dependencies.R | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/relationships.R b/examples/relationships.R index c689419..8c38e30 100644 --- a/examples/relationships.R +++ b/examples/relationships.R @@ -8,7 +8,7 @@ option_list = list( make_option(c("-k", "--key"), action="store", default=NA, ty opt_parser = OptionParser(option_list=option_list) opt = parse_args(opt_parser) -relationships_text_data <- "The Ghostbusters movie was filmed in Boston." +relationships_text_data <- "Bill Gates, Microsoft's former CEO, is a philanthropist." key <- "content" value <- relationships_text_data diff --git a/examples/syntax_dependencies.R b/examples/syntax_dependencies.R index b4ee716..b856dad 100644 --- a/examples/syntax_dependencies.R +++ b/examples/syntax_dependencies.R @@ -8,7 +8,7 @@ option_list = list( make_option(c("-k", "--key"), action="store", default=NA, ty opt_parser = OptionParser(option_list=option_list) opt = parse_args(opt_parser) -syntax_dependencies_data <- "Sony Pictures is planning to shoot a good portion of the new \"Ghostbusters\" in Boston as well." +syntax_dependencies_data <- "Yoshinori Ohsumi, a Japanese cell biologist, was awarded the Nobel Prize in Physiology or Medicine on Monday." key <- "content" value <- syntax_dependencies_data