Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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