Preprocessing Task

From GM-RKB
(Redirected from preprocessing)
Jump to navigation Jump to search

A Preprocessing Task is a Task that occurs in preparation for a Processing Task.



References

1996

  • (Wall et al., 1996) ⇒ Larry Wall, Tom Christiansen, and Randal L. Schwartz. (1996). “Programming Perl, 2nd edition." O'Reilly. ISBN:1565921496
    • preprocessing: What some other helper process did to transform the incoming data into a form more suitable for the current process. Often done with an incoming pipe. See also C preprocessor.