Code for the UCL Statistical NLP course
This assumes that you have Git and SBT installed on your machine. Then run the following commands in your working directory.
git clone https://github.com/uclmr/stat-nlp-course.git
cd stat-nlp-course
sbt clean; sbt compile; sbt test
If you are using IntelliJ you can run the following command to automatically setup an IntelliJ project (after you did the setup via the terminal).
sbt gen-idea