Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bryant1410/srl-presentacion
Presentación hecha para el curso de Análisis Semántico de Lenguaje Natural
https://github.com/bryant1410/srl-presentacion
Last synced: about 1 month ago
JSON representation
Presentación hecha para el curso de Análisis Semántico de Lenguaje Natural
- Host: GitHub
- URL: https://github.com/bryant1410/srl-presentacion
- Owner: bryant1410
- License: apache-2.0
- Created: 2017-06-11T21:54:48.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-11T21:55:30.000Z (over 7 years ago)
- Last Synced: 2024-10-29T15:14:52.679Z (3 months ago)
- Language: TeX
- Size: 253 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Diapositivas sobre SRL
Para un curso sobre Análisis Semántico de Lenguaje Natural.
## Compilation
```bash
latexmk main.tex
```## Preview continuously
```bash
latexmk -pvc main.tex
```### Avoid stopping if there is an error
```bash
latexmk -pvc -interaction=nonstopmode main.tex
```