├── README.md ├── _config.yml ├── acl.pdf ├── ranlp-nolinks.pdf └── ranlp.pdf /README.md: -------------------------------------------------------------------------------- 1 | ## Latent Structure Models for Natural Language Processing 2 | 3 | Slides for our tutorial: 4 | 5 | - [ACL 2019](https://www.acl2019.org): \[ [pdf](acl.pdf) \] 6 | - [RANLP 2019](http://lml.bas.bg/ranlp2019/start.php): \[ [pdf](ranlp.pdf) \] 7 | -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- 1 | theme: jekyll-theme-minimal 2 | title: Latent Structure in NLP 3 | description: ACL 2019 tutorial 4 | show_downloads: false 5 | -------------------------------------------------------------------------------- /acl.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deep-spin/tutorial/3a346d9e4e19b05627b712deb9beb31a1f3b8813/acl.pdf -------------------------------------------------------------------------------- /ranlp-nolinks.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deep-spin/tutorial/3a346d9e4e19b05627b712deb9beb31a1f3b8813/ranlp-nolinks.pdf -------------------------------------------------------------------------------- /ranlp.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deep-spin/tutorial/3a346d9e4e19b05627b712deb9beb31a1f3b8813/ranlp.pdf --------------------------------------------------------------------------------