Skip to content
Snippets Groups Projects
Commit 04cdf60e authored by David Fuhry's avatar David Fuhry
Browse files

Fix outcommented code

parent ec7b719a
No related branches found
No related tags found
2 merge requests!34Resolve "Add unit tests for clean_html.R",!27Resolve "Add unit tests for cleanHtml.R"
...@@ -8,7 +8,7 @@ library(rprojroot) ...@@ -8,7 +8,7 @@ library(rprojroot)
## Set up nlp ## Set up nlp
# init_nlp("conda", "spcy") init_nlp("conda", "spcy")
## Fetch data ## Fetch data
...@@ -34,7 +34,7 @@ results <- pbapply(articles, 1, function(article) { ...@@ -34,7 +34,7 @@ results <- pbapply(articles, 1, function(article) {
## Data preprocessing/annotating ## Data preprocessing/annotating
# annotation <- create_annotations(cleaned.text, article[2], article[3], data.dir = data_dir) annotation <- create_annotations(cleaned.text, article[2], article[3], data.dir = data_dir)
## Extract information from Text ## Extract information from Text
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment