Skip to content

Commit

Permalink
Update release version and pkgdown
Browse files Browse the repository at this point in the history
  • Loading branch information
kbenoit committed Feb 10, 2021
1 parent 1559273 commit 7e3cc72
Show file tree
Hide file tree
Showing 24 changed files with 55 additions and 58 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: stopwords
Type: Package
Title: Multilingual Stopword Lists
Version: 2.1.9000
Version: 2.2
Authors@R: c(person("Kenneth", "Benoit", email = "[email protected]", role = c("aut", "cre")),
person("David", "Muhr", email = "[email protected]", role = "aut"),
person("Kohei", "Watanabe", email = "[email protected]", role = "aut"))
Expand Down
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[![CRAN
Version](https://www.r-pkg.org/badges/version/stopwords)](https://CRAN.R-project.org/package=stopwords)
[![](https://img.shields.io/badge/devel%20version-2.1.9000-royalblue.svg)](https://github.com/quanteda/stopwords)
[![](https://img.shields.io/badge/devel%20version-2.2-royalblue.svg)](https://github.com/quanteda/stopwords)
[![R build
status](https://github.com/quanteda/stopwords/workflows/R-CMD-check/badge.svg)](https://github.com/quanteda/stopwords/actions)
[![codecov](https://codecov.io/gh/quanteda/stopwords/branch/master/graph/badge.svg)](https://codecov.io/gh/quanteda/stopwords)
Expand Down Expand Up @@ -81,7 +81,7 @@ source over the “stopwords-iso” source, for instance.)
The following languages are currently available:

| Language | Code | snowball | marimo | nltk | stopwords-iso | Other |
|:----------------|:-----|:--------:|:------:|:----:|:-------------:|:-----------------|
| :-------------- | :--- | :------: | :----: | :--: | :-----------: | :--------------- |
| Afrikaans | af | | | || |
| Arabic | ar | |||| misc |
| Armenian | hy | | | || |
Expand Down Expand Up @@ -186,7 +186,7 @@ stopwords::stopwords_getlanguages("snowball")
## Modifying stopword lists

It is now possible to edit your own stopword lists, using the
interactive editor, with functions from the **quanteda** package (>=
interactive editor, with functions from the **quanteda** package (\>=
v2.02). For instance to edit the English stopword list for the Snowball
source:

Expand All @@ -205,17 +205,15 @@ my_stopwordlist <- quanteda::list_edit(stopwords("en", source = "marimo", simpli

Finally, it’s possible to remove stopwords using pattern matching. The
default is the easy-to-use [“glob” style
matching](https://en.wikipedia.org/wiki/Glob_(programming)), which is
matching](https://en.wikipedia.org/wiki/Glob_\(programming\)), which is
equivalent to fixed matching when no wildcard characters are used. So to
remove personal pronouns from the English Snowball word list, for
instance, this would work:

``` r
library("quanteda", warn.conflicts = FALSE)
## Package version: 2.9.9000
## Unicode version: 10.0
## ICU version: 61.1
## Parallel computing: 12 of 12 threads used.
## Parallel computing: 8 of 8 threads used.
## See https://quanteda.io for tutorials and examples.
posspronouns <- stopwords::data_stopwords_marimo$en$pronoun$possessive
posspronouns
Expand Down
2 changes: 1 addition & 1 deletion docs/404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/LICENSE-text.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/authors.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

38 changes: 19 additions & 19 deletions docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 11 additions & 3 deletions docs/news/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pandoc: 2.9.2.1
pkgdown: 1.6.1
pkgdown_sha: ~
articles: {}
last_built: 2020-12-08T10:23Z
last_built: 2021-02-10T08:56Z
urls:
reference: http://stopwords.quanteda.io/reference
article: http://stopwords.quanteda.io/articles
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/data_stopwords_ancient.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/data_stopwords_marimo.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/data_stopwords_misc.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/data_stopwords_nltk.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/data_stopwords_perseus.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/data_stopwords_smart.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/data_stopwords_snowball.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/data_stopwords_stopwordsiso.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 1 addition & 7 deletions docs/reference/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/lookup_iso_639_1.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/stopwords-package.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/stopwords.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/stopwords_getlanguages.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/stopwords_getsources.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/stopwords_options.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions docs/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,4 @@
<url>
<loc>http://stopwords.quanteda.io/reference/stopwords_options.html</loc>
</url>
<url>
<loc>http://stopwords.quanteda.io/reference/use_stopwords.html</loc>
</url>
</urlset>

0 comments on commit 7e3cc72

Please sign in to comment.