Class to establish the flow of Pipes.
TypePipe
An object of class R6ClassGenerator
of length 24.
TypePipe$new()
The default flow is:
instance %>I%TargetAssigningPipe$new()$pipe() %>I%
StoreFileExtPipe$new()$pipe() %>I%
GuessDatePipe$new()$pipe() %>I%
File2Pipe$new()$pipe() %>I%
MeasureLengthPipe$new()$pipe("length_before_cleaning_text") %>I%
FindUserNamePipe$new()$pipe() %>I%
FindHashtagPipe$new()$pipe() %>I%
FindUrlPipe$new()$pipe() %>I%
FindEmoticonPipe$new()$pipe() %>I%
FindEmojiPipe$new()$pipe() %>I%
GuessLanguagePipe$new()$pipe() %>I%
ContractionPipe$new()$pipe() %>I%
AbbreviationPipe$new()$pipe() %>I%
SlangPipe$new()$pipe() %>I%
ToLowerCasePipe$new()$pipe() %>I%
InterjectionPipe$new()$pipe() %>I%
StopWordPipe$new()$pipe() %>I%
MeasureLengthPipe$new()$pipe("length_after_cleaning_text") %>I%
TeeCSVPipe$new()$pipe()