cdudek / stat-nlp-course

Code for the UCL Statistical NLP course

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Code for the UCL Statistical NLP course