output <- runPipeline(path,
extractors = ExtractorFactory$new(),
pipeline = DefaultPipeline$new(),
cache = TRUE,
verbose = FALSE,
summary = FALSE)
bdpar_object <- Bdpar$new()
bdpar_object$execute(path,
extractors = ExtractorFactory$new(),
pipeline = DefaultPipeline$new(),
cache = TRUE,
verbose = FALSE,
summary = FALSE)
# [eml]
bdpar.Options$set("extractorEML.mpaPartSelected", <<PartSelectedOnMPAlternative>>)
# [resources]
bdpar.Options$set("resources.abbreviations.path", <<abbreviation.path>>)
bdpar.Options$set("resources.contractions.path", <<contractions.path>>)
bdpar.Options$set("resources.interjections.path", <<interjections.path>>)
bdpar.Options$set("resources.slangs.path", <<slangs.path>>)
bdpar.Options$set("resources.stopwords.path", <<stopwords.path>>)
# [teeCSVPipe]
bdpar.Options$set("teeCSVPipe.output.path", <<outputh.path>>)
# [youtube]
bdpar.Options$set("youtube.app.id", <<app_id>>)
bdpar.Options$set("youtube.app.password", <<app_password>>)
bdpar.Options$set("cache.youtube.path", <<cache.path>>)
# [cache]
bdpar.Options$set("cache", <<status_cache>>)
bdpar.Options$set("cache.folder", <<cache.path>>)
# [parallel]
bdpar.Options$set("numCores", <<num_cores>>)
# [verbose]
bdpar.Options$set("verbose", <<status_verbose>>)
| File type | Extension | |:---------------------:|:---------:| | SMS | .tsms | | Email | .eml | | ID comment of YouTube | .ytbid |
Figure 1. Pipelining Operation process
Figure 2. Pipelining Operation example
| | R Libraries | | |:------:|:-----------:|:-----:| | digest | parallel | R6 | | rlist | tools | utils |
| | R Libraries | | |:-------:|:-----------:|:-------:| | cld2 | knitr | rex | | rjson | rmarkdown | stringi | | stringr | testthat | tuber |
install.packages('bdpar')
It should be taken into account that the case of needing all the dependencies, the parameter dependencies = TRUE should be included in the command install.packages.
devtools::install_github('miferreiro/bdpar')
It should be taken into account that the case of needing all the dependencies, the parameter dependencies = TRUE should be included in the command install_github.
You can find much more about how to use this project in our Wiki.
We use SemVer for versioning. For all available versions, look at the tags in this repository.
You can see the list of all contributors on https://github.com/miferreiro/bdpar/contributors.
This project is under the License GPL-3.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.