Description Usage Arguments Format Static variables Methods
It contains the "static" variables that will be used throughout the classes and the function that prepares and launches the execution of the pipes from the TypePipe object that is passed to it as an argument.
1 |
pathKeys |
(character) Path where the file with keys are located. |
An object of class R6ClassGenerator
of length 24.
connections (Connections) Initialize the object that handles the different types of connections with youtube and twitter.
BabelUtils (BabelUtils) Initialize the object that handles the different types of connections with babelfy and babelnet.
ResourceHandler (ResourceHandler) Initialize the object that manages the loading of the resource files, such as abbreviation, slang, stopword, etc.
configurationFilePath (character) Path where the file with keys are located.
proccess_files Preprocess files through a pipes' flow
Usage
proccess_files(filesPath,
pipe)
Value
List of instances that have been preprocessed.
Arguments
filesPath (character) Path where the files to be processed are located.
pipe (TypePipe) Subclass of TypePipe, which implements the pipe method.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.