Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jjesusfilho/justop


https://github.com/jjesusfilho/justop

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

---
output: github_document
---

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```

# justop

[![R-CMD-check](https://github.com/jjesusfilho/justop/workflows/R-CMD-check/badge.svg)](https://github.com/jjesusfilho/justop/actions)

O objetivo deste pacote é disponibilizar coletâneas de stopwords para uso em jurimetria. A proposta é construir, aos poucos, diferentes grupos de stopwords: institucionais, nomes de pessoas, nomes de juízes etc.

Os nomes dos dataframes estejam em português, mas a coluna com os nomes é sempre chamada "word" porque isso facilita na hora de dar um anti_join com o pacote tidytext.

## Instalação

``` r
remotes::install_github("jjesusfilho/justop")
```

## Exemplo

Para ver os conjuntos de dados disponíveis, entre no índice de funções do pacote:

```r
help(package= "justop")
```

Por exemplo, se você quiser ver os nomes mais comuns da lingua portuguesa no Brasil a fim de removê-las da sua base de julgados:

```r
library(justop)
View(nomes)
```