proust_stopwords: Stop Words

Description Usage Value Source Examples

View source: R/proust_stop_words.R

Description

Stop words concatenated from various web sources.

Usage

1

Value

a tibble with stopwords

Source

https://raw.githubusercontent.com/stopwords-iso/stopwords-fr/master/stopwords-fr.txt

Examples

1

Example output

# A tibble: 689 x 1
   word      
   <chr>     
 1 a         
 2 abord     
 3 absolument
 4 afin      
 5 ah        
 6 ai        
 7 aie       
 8 aient     
 9 aies      
10 ailleurs  
# … with 679 more rows

proustr documentation built on May 2, 2019, 5:08 a.m.