Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 1.75 KB

README.md

File metadata and controls

42 lines (32 loc) · 1.75 KB

Language Analytics - Spring 2021

This repository contains all of the assignments and code-along sessions of the Language Analytics course.

Running my scripts

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

Repo structure and files

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 within requirements.txt
  • requirements.txt -> A list of packages along with the versions that are certain to work
  • README.md -> This very readme file

Contact

Feel free to write me, Emil Jessen for any questions (also regarding the reviews). You can do so on Slack or on Facebook.