Skip to content
Snippets Groups Projects
Commit 670a12c8 authored by David Fuhry's avatar David Fuhry :fist:
Browse files

Merge branch '17-html-clean-in-master-r-integrieren' into 'master'

Resolve "Html Clean in Master.R integrieren"

Closes #17

See merge request !14
parents 74e3e900 06ae6efb
No related branches found
No related tags found
1 merge request!14Resolve "Html Clean in Master.R integrieren"
......@@ -13,7 +13,7 @@ cat("Sourcing R scripts... ")
source("r/GetData.R")
source("r/GetNoOfSpouses.R")
#source("r/getBirthday.R")
source("r/CleanHtml.R")
#source("r/getSomethingElse.R")
cat("Done.\n")
......@@ -34,7 +34,7 @@ results <- apply(articles, 1, function(article) {
## Data cleaning
# cleaned.text <- someCleanFunctioN(data$Text)
cleaned.text <- cleanHtml(article[4])
## Data preprocessing/annotating
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment