CS 5293 Spring 21

Logo

This is the web page for Text Analytics at the University of Oklahoma.

View the Project on GitHub oudalab/cs5293sp22

Assignment 0

Resources

Note gzip files can be uncompressed in GNU/Linux and Mac using the tar command. To uncompress the file use the following command

tar xvzf city_temperature_nous.csv.tar.gz

If the file is just a gzipped file (not also tar archived), you can use the gzip utility.

gzip -d city_temperature_nous.csv.gz

Back