/acl2015tutorial

Moro files for the ACL 2015 Tutorial on Matrix and Tensor Factorization Methods for Natural Language Processing

Primary LanguageScala

ACL 2015 Tutorial

Cloning

git clone https://github.com/uclmr/acl2015tutorial.git
cd acl2015tutorial
git submodule update --init --recursive
cd wolfe; git pull; sbt publish-local; cd ..
cd htmlgen; git pull; mvn clean install -Dgpg.skip=true; cd ..
cd moro; git checkout master; git pull; cd .. 
cp application.conf moro/conf
cd moro/public/
ln -s ../../src/main/moro/figures
cd ../..
sbt compile

Running Moro notebook

cd moro; sbt run

Then go to localhost:9000 in your browser.

Opening slides

Got to http://localhost:9000/doc/present/overview in your browser. Replace overview with the name of your slides.

Committing your slides

cd ..
git add src/main/moro/*.json
git commit -am "Added slide"
git push