Obtains the date using the method which implements the
subclass of Instance.
This class inherit from GenericPipe and implements the
pipe abstract function.
bdpar::GenericPipe -> GuessDatePipe
new()Creates a GuessDatePipe object.
GuessDatePipe$new(
propertyName = "date",
alwaysBeforeDeps = list("TargetAssigningPipe"),
notAfterDeps = list()
)propertyNameA character value. Name of the property
associated with the GenericPipe.
alwaysBeforeDepsA list value. The dependencies
alwaysBefore (GenericPipes that must be executed before
this one).
notAfterDepsA list value. The dependencies
notAfter (GenericPipes that cannot be executed after
this one).
instanceA Instance value. The Instance
to preprocess.
The Instance with the modifications that have
occurred in the pipe.
clone()The objects of this class are cloneable with this method.
GuessDatePipe$clone(deep = FALSE)deepWhether to make a deep clone.
AbbreviationPipe, ContractionPipe,
File2Pipe, FindEmojiPipe,
FindEmoticonPipe, FindHashtagPipe,
FindUrlPipe, FindUserNamePipe,
GuessLanguagePipe, Instance,
InterjectionPipe, MeasureLengthPipe,
GenericPipe, SlangPipe,
StopWordPipe, StoreFileExtPipe,
TargetAssigningPipe, TeeCSVPipe,
ToLowerCasePipe