This repository has been archived by the owner on Dec 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.Rmd
52 lines (37 loc) · 1.71 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
---
title: "Workshop Topic Modeling"
output: github_document
---
```{r setup, include=FALSE}
# rmarkdown::render("README.Rmd", output_format = rmarkdown::github_document())
knitr::opts_chunk$set(echo = FALSE)
```
[![CC BY-SA 4.0][cc-by-sa-shield]][cc-by-sa]
* [Slides](https://storopoli.io/topic-modeling-workshop) para o [Workshop de Topic Modeling](https://github.com/storopoli/topic-modeling-workshop)
* [Prof. Dr. José Eduardo Storopoli](https://storopoli.io) - [Currículo *Lattes*](http://lattes.cnpq.br/2281909649311607) - [ORCID](https://orcid.org/0000-0002-0559-5176) - [[email protected]](mailto:[email protected])
## Como citar esse conteúdo
Para citar o conteúdo use:
```
Storopoli (2021). Workshop de Topic Modeling. Retrieved from https://storopoli.io/topic-modeling-workshop
```
Ou em formato BibTeX para LaTeX:
```
@misc{storopoli2021topicmodeling,
author = {Storopoli, Jose},
title = {Workshop de Topic Modeling},
url = {https://storopoli.io/topic-modeling-workshop},
year = {2021}
}
```
## Para configurar um ambiente local:
1. Clone o repositório do GitHub: `git clone https://github.com/storopoli/topic-modeling-workshop.git`
2. Acesse o diretório: `cd topic-modeling-workshop`
3. Instale os pacotes necessários: `Rscript install.R`
4. Renderize os slides: `Rscript -e 'rmarkdown::render("index.Rmd")'`
## Licença
Este obra está licenciado com uma Licença
[Creative Commons Atribuição-CompartilhaIgual 4.0 Internacional][cc-by-sa].
[![CC BY-SA 4.0][cc-by-sa-image]][cc-by-sa]
[cc-by-sa]: http://creativecommons.org/licenses/by-sa/4.0/
[cc-by-sa-image]: https://licensebuttons.net/l/by-sa/4.0/88x31.png
[cc-by-sa-shield]: https://img.shields.io/badge/License-CC%20BY--SA%204.0-lightgrey.svg