Provides the required methods to successfully handle each
GenericPipe class.
new()Creates a GenericPipe object.
GenericPipe$new(propertyName, alwaysBeforeDeps, notAfterDeps)propertyNameA character value. Name of the property
associated with the Pipe.
alwaysBeforeDepsA list value. The dependencies
alwaysBefore (Pipes that must be executed before this one).
notAfterDepsA list value. The dependencies notAfter
(Pipes that cannot be executed after this one).
instanceA Instance value. The Instance
to preprocess.
The preprocessed Instance.
getPropertyName()Gets of name of property.
GenericPipe$getPropertyName()Value of name of property.
getAlwaysBeforeDeps()Gets of the dependencies always before.
GenericPipe$getAlwaysBeforeDeps()Value of dependencies always before.
getNotAfterDeps()Gets of the dependencies not after.
GenericPipe$getNotAfterDeps()Value of dependencies not after.
setPropertyName()Changes the value of property's name.
GenericPipe$setPropertyName(propertyName)propertyNameA character value. The new value of the
property's name.
setAlwaysBeforeDeps()Changes the value of dependencies always before.
GenericPipe$setAlwaysBeforeDeps(alwaysBeforeDeps)alwaysBeforeDepsA list value. The new value of the
dependencies always before.
setNotAfterDeps()Changes the value of dependencies not after.
GenericPipe$setNotAfterDeps(notAfterDeps)notAfterDepsA list value. The new value of the
dependencies not after.
hash()Generates an identification of pipe based on its fields.
GenericPipe$hash(algo = "md5")algoAlgorithm to be applied. Options: "md5", "sha1", "crc32", "sha256", "sha512", "xxhash32", "xxhash64", "murmur32", "spookyhash
clone()The objects of this class are cloneable with this method.
GenericPipe$clone(deep = FALSE)deepWhether to make a deep clone.
AbbreviationPipe, bdpar.log,
ContractionPipe, File2Pipe,
FindEmojiPipe, FindEmoticonPipe,
FindHashtagPipe, FindUrlPipe,
FindUserNamePipe, GuessDatePipe,
GuessLanguagePipe, Instance,
InterjectionPipe, MeasureLengthPipe,
ResourceHandler, SlangPipe,
StopWordPipe, StoreFileExtPipe,
TargetAssigningPipe, TeeCSVPipe,
ToLowerCasePipe