Week 5: Word-Level Text Analysis
Class Objective
Use text analysis techniques introduced by Montfort to examine and compare small text corpora.
Open Terminal in macOS and launch our Docker container:
docker rm -f pcda_ubuntu
docker pull pcda17/ubuntu-container
docker run --name pcda_ubuntu -ti -p 8889:8889 --volume ~/Desktop/sharedfolder/:/sharedfolder/ pcda17/ubuntu-container
In Windows 10, open PowerShell and enter the following to launch the Docker container:
docker rm -f pcda_ubuntu
docker pull pcda17/ubuntu-container
docker run --name pcda_ubuntu -ti -p 8889:8889 --volume C:\Users\***username_here***\Desktop\sharedfolder:/sharedfolder/ pcda17/ubuntu-container
Right click the following link and choose “Save as …,” then save the file in sharedfolder
on your desktop.
https://raw.githubusercontent.com/pcda17/pcda17.github.io/master/week-05.ipynb
Go to localhost:8889 and click on week-05.ipynb
to launch the notebook.