SkillAgentSearch skills...

Acl2015tutorial

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

Install / Use

/learn @uclnlp/Acl2015tutorial
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

** 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

Related Skills

View on GitHub
GitHub Stars20
CategoryDevelopment
Updated5y ago
Forks6

Languages

Scala

Security Score

60/100

Audited on Sep 1, 2020

No findings