Files in EmilHvitfeldt/textrecipes
Extra 'Recipes' for Text Processing

.Rbuildignore
.github/.gitignore
.github/CODE_OF_CONDUCT.md
.github/workflows/R-CMD-check.yaml
.github/workflows/lock.yaml
.github/workflows/pkgdown.yaml
.github/workflows/pr-commands.yaml
.github/workflows/test-coverage.yaml
.gitignore
DESCRIPTION
LICENSE
LICENSE.md
NAMESPACE
NEWS.md R/0_imports.R R/aaa.R R/clean_levels.R R/clean_names.R R/count_functions.R R/cpp11.R R/data.R R/dummy_hash.R R/lda.R R/lemma.R R/ngram.R R/pos_filter.R R/reexports.R R/selections.R R/sequence_onehot.R R/show_tokens.R R/stem.R R/stopwords.R R/text_normalization.R R/textfeature.R R/texthash.R R/textrecipes-package.R R/tf.R R/tfidf.R R/tokenfilter.R R/tokenize.R R/tokenize_bpe.R R/tokenize_sentencepiece.R R/tokenize_wordpiece.R R/tokenizer-sentencepiece.R R/tokenizer-spacyr.R R/tokenizer-tokenizersbpe.R R/tokenizer-udpipe.R R/tokenlist.R R/tokenmerge.R R/tunable.R R/untokenize.R R/utils-pipe.R R/word_embeddings.R README.Rmd README.md
_pkgdown.yml
codecov.yml
cran-comments.md data-raw/emoji_samples.R
data/emoji_samples.rda
man-roxygen/args-columns.R man-roxygen/args-dots.R man-roxygen/args-id.R man-roxygen/args-keep_original_cols.R man-roxygen/args-prefix.R man-roxygen/args-recipe.R man-roxygen/args-role_no-new.R man-roxygen/args-role_predictors.R man-roxygen/args-skip.R man-roxygen/args-trained.R man-roxygen/case-weights-not-supported.R man-roxygen/details-prefix.R man-roxygen/returns.R man/all_tokenized.Rd man/count_functions.Rd man/emoji_samples.Rd
man/figures/lifecycle-archived.svg
man/figures/lifecycle-defunct.svg
man/figures/lifecycle-deprecated.svg
man/figures/lifecycle-experimental.svg
man/figures/lifecycle-maturing.svg
man/figures/lifecycle-questioning.svg
man/figures/lifecycle-retired.svg
man/figures/lifecycle-soft-deprecated.svg
man/figures/lifecycle-stable.svg
man/figures/lifecycle-superseded.svg
man/figures/logo.png
man/pipe.Rd man/reexports.Rd man/required_pkgs.step.Rd man/rmd/tunable-args.Rmd man/show_tokens.Rd man/step_clean_levels.Rd man/step_clean_names.Rd man/step_dummy_hash.Rd man/step_lda.Rd man/step_lemma.Rd man/step_ngram.Rd man/step_pos_filter.Rd man/step_sequence_onehot.Rd man/step_stem.Rd man/step_stopwords.Rd man/step_text_normalization.Rd man/step_textfeature.Rd man/step_texthash.Rd man/step_tf.Rd man/step_tfidf.Rd man/step_tokenfilter.Rd man/step_tokenize.Rd man/step_tokenize_bpe.Rd man/step_tokenize_sentencepiece.Rd man/step_tokenize_wordpiece.Rd man/step_tokenmerge.Rd man/step_untokenize.Rd man/step_word_embeddings.Rd man/textrecipes-package.Rd man/tokenlist.Rd man/tunable_textrecipes.Rd
pkgdown/favicon/apple-touch-icon-120x120.png
pkgdown/favicon/apple-touch-icon-152x152.png
pkgdown/favicon/apple-touch-icon-180x180.png
pkgdown/favicon/apple-touch-icon-60x60.png
pkgdown/favicon/apple-touch-icon-76x76.png
pkgdown/favicon/apple-touch-icon.png
pkgdown/favicon/favicon-16x16.png
pkgdown/favicon/favicon-32x32.png
pkgdown/favicon/favicon.ico
revdep/README.md revdep/cran.md
revdep/data.sqlite
revdep/failures.md revdep/problems.md
src/.gitignore
src/cpp11.cpp
src/ngram.cpp
tests/embeddings/embeddings-references.R tests/testthat.R tests/testthat/_snaps/R4.3/tokenize_bpe.md tests/testthat/_snaps/R4.3/tokenizer-tokenizersbpe.md tests/testthat/_snaps/clean_levels.md tests/testthat/_snaps/clean_names.md tests/testthat/_snaps/dummy_hash.md tests/testthat/_snaps/extension_check.md tests/testthat/_snaps/lda.md tests/testthat/_snaps/lemma.md tests/testthat/_snaps/ngram.md tests/testthat/_snaps/pos_filter.md tests/testthat/_snaps/sequence_onehot.md tests/testthat/_snaps/stem.md tests/testthat/_snaps/stopwords.md tests/testthat/_snaps/text_normalization.md tests/testthat/_snaps/textfeature.md tests/testthat/_snaps/texthash.md tests/testthat/_snaps/tf.md tests/testthat/_snaps/tfidf.md tests/testthat/_snaps/tokenfilter.md tests/testthat/_snaps/tokenize.md tests/testthat/_snaps/tokenize_bpe.md tests/testthat/_snaps/tokenize_sentencepiece.md tests/testthat/_snaps/tokenize_wordpiece.md tests/testthat/_snaps/tokenizer-tokenizersbpe.md tests/testthat/_snaps/tokenlist.md tests/testthat/_snaps/tokenmerge.md tests/testthat/_snaps/untokenize.md tests/testthat/_snaps/word_embeddings.md
tests/testthat/emb-data/embeddings.rds
tests/testthat/emb-data/long.rds
tests/testthat/emb-data/max.rds
tests/testthat/emb-data/mean.rds
tests/testthat/emb-data/min.rds
tests/testthat/emb-data/sum.rds
tests/testthat/helper-functions.R tests/testthat/test-clean_levels.R tests/testthat/test-clean_names.R tests/testthat/test-dummy_hash.R tests/testthat/test-extension_check.R tests/testthat/test-lda.R tests/testthat/test-lemma.R tests/testthat/test-ngram.R tests/testthat/test-pos_filter.R tests/testthat/test-s3-methods.R tests/testthat/test-sequence_onehot.R tests/testthat/test-stem.R tests/testthat/test-stopwords.R tests/testthat/test-text_normalization.R tests/testthat/test-textfeature.R tests/testthat/test-texthash.R tests/testthat/test-tf.R tests/testthat/test-tfidf.R tests/testthat/test-tokenfilter.R tests/testthat/test-tokenize.R tests/testthat/test-tokenize_bpe.R tests/testthat/test-tokenize_sentencepiece.R tests/testthat/test-tokenize_wordpiece.R tests/testthat/test-tokenizer-spacyr.R tests/testthat/test-tokenizer-tokenizersbpe.R tests/testthat/test-tokenlist.R tests/testthat/test-tokenmerge.R tests/testthat/test-untokenize.R tests/testthat/test-word_embeddings.R
textrecipes.Rproj
vignettes/.gitignore
vignettes/Working-with-n-grams.Rmd vignettes/cookbook---using-more-complex-recipes-involving-text.Rmd vignettes/tokenlist.Rmd
EmilHvitfeldt/textrecipes documentation built on April 7, 2024, 5:02 a.m.