You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
When input files are located in directories hierarchically you can cleanthem keeping directory structure by using makefile.If input is compressed files, Makefile detect their format from theirsuffix and output cleaned files in the same format.
make INPUT_DIR=/somewhere/in OUTPUT_DIR=/somewhere/out PYTHON=/somewhere/.venv/bin/python
Options:
FILE_FORMAT=txt: Format of input file (txt or csv or tsv)
NUM_JOBS_PER_MACHINE=10: The maximum number of concurrently running jobs per machine
TWITTER=1: Perform twitter specific cleaning
PYTHON: Path to python interpreter of virtual environment