Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 1.41 KB

README.md

File metadata and controls

29 lines (23 loc) · 1.41 KB

Build Status Stories in Ready stat-nlp-course

Code for the UCL Statistical NLP course

Terminal Setup

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

IntelliJ Setup

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

Scala Learning Resources