From e87de6635b09a59bb02bb13bf59e7d84b9f7c304 Mon Sep 17 00:00:00 2001 From: EmilHvitfeldt Date: Wed, 27 Mar 2024 20:40:29 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20tidymode?= =?UTF-8?q?ls/textrecipes@a31204571535fbebf48f7f72e5b0b0f41049781d=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dev/news/index.html | 1 + dev/pkgdown.yml | 2 +- dev/reference/step_lda.html | 8 +- dev/reference/step_ngram.html | 4 +- dev/reference/step_sequence_onehot.html | 22 +- dev/reference/step_stem.html | 4 +- dev/reference/step_stopwords.html | 4 +- dev/reference/step_text_normalization.html | 4 +- dev/reference/step_textfeature.html | 220 +++++++++--------- dev/reference/step_texthash.html | 4 +- dev/reference/step_tf.html | 4 +- dev/reference/step_tfidf.html | 22 +- dev/reference/step_tokenfilter.html | 4 +- dev/reference/step_tokenize.html | 4 +- dev/reference/step_tokenize_bpe.html | 4 +- .../step_tokenize_sentencepiece.html | 4 +- dev/reference/step_tokenize_wordpiece.html | 4 +- dev/reference/step_tokenmerge.html | 8 +- dev/reference/step_untokenize.html | 4 +- dev/reference/step_word_embeddings.html | 4 +- dev/search.json | 2 +- 21 files changed, 169 insertions(+), 168 deletions(-) diff --git a/dev/news/index.html b/dev/news/index.html index cd5a84b7..405f43dd 100644 --- a/dev/news/index.html +++ b/dev/news/index.html @@ -56,6 +56,7 @@

textrecipes (development version)

textrecipes 1.0.6

CRAN release: 2023-11-15

diff --git a/dev/pkgdown.yml b/dev/pkgdown.yml index 9284e3ee..bc3e983d 100644 --- a/dev/pkgdown.yml +++ b/dev/pkgdown.yml @@ -5,7 +5,7 @@ articles: Working-with-n-grams: Working-with-n-grams.html cookbook---using-more-complex-recipes-involving-text: cookbook---using-more-complex-recipes-involving-text.html tokenlist: tokenlist.html -last_built: 2024-03-27T17:46Z +last_built: 2024-03-27T20:39Z urls: reference: https://textrecipes.tidymodels.org/reference article: https://textrecipes.tidymodels.org/articles diff --git a/dev/reference/step_lda.html b/dev/reference/step_lda.html index ff6b494c..37782213 100644 --- a/dev/reference/step_lda.html +++ b/dev/reference/step_lda.html @@ -228,8 +228,8 @@

Examples#> # A tibble: 2 × 43 #> id title year lda_medium_1 lda_medium_2 lda_medium_3 lda_medium_4 #> <dbl> <fct> <dbl> <dbl> <dbl> <dbl> <dbl> -#> 1 21926 Proposa… 1990 0.0286 0.0571 0.2 0.214 -#> 2 20472 Michael 1990 0 0 0 0 +#> 1 21926 Proposa… 1990 0 0 0.0143 0.0429 +#> 2 20472 Michael 1990 0 0 0 0 #> # ℹ 36 more variables: lda_medium_5 <dbl>, lda_medium_6 <dbl>, #> # lda_medium_7 <dbl>, lda_medium_8 <dbl>, lda_medium_9 <dbl>, #> # lda_medium_10 <dbl>, lda_medium_11 <dbl>, lda_medium_12 <dbl>, @@ -255,8 +255,8 @@

Examples#> # A tibble: 2 × 33 #> id title year lda_medium_1 lda_medium_2 lda_medium_3 lda_medium_4 #> <dbl> <fct> <dbl> <dbl> <dbl> <dbl> <dbl> -#> 1 21926 Proposa… 1990 0.0571 0.786 0.0286 0 -#> 2 20472 Michael 1990 0 0 0 0 +#> 1 21926 Proposa… 1990 0.0143 0.0571 0 0 +#> 2 20472 Michael 1990 0 0 0 0 #> # ℹ 26 more variables: lda_medium_5 <dbl>, lda_medium_6 <dbl>, #> # lda_medium_7 <dbl>, lda_medium_8 <dbl>, lda_medium_9 <dbl>, #> # lda_medium_10 <dbl>, lda_medium_11 <dbl>, lda_medium_12 <dbl>, diff --git a/dev/reference/step_ngram.html b/dev/reference/step_ngram.html index 0a6e7f47..8465eb80 100644 --- a/dev/reference/step_ngram.html +++ b/dev/reference/step_ngram.html @@ -217,12 +217,12 @@

Examples#> # A tibble: 1 × 2 #> terms id #> <chr> <chr> -#> 1 medium ngram_zmaj7 +#> 1 medium ngram_pGhu4 tidy(tate_obj, number = 2) #> # A tibble: 1 × 2 #> terms id #> <chr> <chr> -#> 1 medium ngram_zmaj7 +#> 1 medium ngram_pGhu4