uclnlp / acl2015tutorial

Moro files for the ACL 2015 Tutorial on Matrix and Tensor Factorization Methods for Natural Language Processing
20 stars 6 forks source link

** ACL 2015 Tutorial *** Cloning

+BEGIN_SRC sh

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

+END_SRC

*** Running Moro notebook

+BEGIN_SRC sh

cd moro; sbt run

+END_SRC

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

+BEGIN_SRC

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

+END_SRC