Complete a CSV with the properties of the preprocessed Instance.
TeeCSVPipe
TeeCSVPipe$new(propertyName = "",
alwaysBeforeDeps = list(),
notAfterDeps = list(),
withData = TRUE,
withSource = TRUE)
Arguments
propertyName: (character) name of the property associated with the Pipe.
alwaysBeforeDeps: (list) the dependences alwaysBefore (Pipes that must be executed before this one).
notAfterDeps: (list) the dependences notAfter (Pipes that cannot be executed after this one).
withData: (logical) indicates if the data is added to CSV.
withSource: (logical) indicates if the source is added to CSV.
This class inherits from GenericPipe and implements the
pipe abstract function.
withSource: (logical) indicates if the source is added to CSV.
withData: (logical) indicates if the data is added to CSV.
The path to save the properties should be defined in the "teeCSVPipe.output.path" field of bdpar.Options variable.
AbbreviationPipe, bdpar.Options,
ContractionPipe, File2Pipe,
FindEmojiPipe, FindEmoticonPipe,
FindHashtagPipe, FindUrlPipe,
FindUserNamePipe, GuessDatePipe,
GuessLanguagePipe, Instance,
InterjectionPipe, MeasureLengthPipe,
GenericPipe, ResourceHandler,
SlangPipe, StopWordPipe,
StoreFileExtPipe, TargetAssigningPipe,
ToLowerCasePipe