This repository contains all of the assignments and code-along sessions of the Language Analytics course.
For running my scripts I'd recommend doing the following from your terminal as a setup as well as following the README's for each assignment.
MAC/LINUX/WORKER02
git clone https://github.com/emiltj/cds-language.git
cd cds-language
bash ./create_lang_venv.sh
WINDOWS:
git clone https://github.com/emiltj/cds-language.git
cd cds-language
bash ./create_lang_venv_win.sh
This repository has the following directory structure:
Column | Description |
---|---|
data |
Contains the data used in both the scripts and the notebooks |
notebooks |
Contains the notebooks (code along sessions) |
assignment_1 , assignment_2 , assignment_3 , ... |
Contains the assignment scripts, as well as a README.md |
src |
Empty, for the time being |
utils |
Utility functions written by Ross which are utilised in some of the scripts |
Furthermore it contains the files:
./create_lang_venv.sh
-> A bash script which automatically generates a new virtual environment, and install all the packages contained withinrequirements.txt
requirements.txt
-> A list of packages along with the versions that are certain to workREADME.md
-> This very readme file
Feel free to write me, Emil Jessen for any questions (also regarding the reviews). You can do so on Slack or on Facebook.