# Generated by roxygen2: do not edit by hand

S3method(bake,step_stem)
S3method(bake,step_stopwords)
S3method(bake,step_texthash)
S3method(bake,step_tf)
S3method(bake,step_tfidf)
S3method(bake,step_tokenfilter)
S3method(bake,step_tokenize)
S3method(bake,step_untokenize)
S3method(prep,step_stem)
S3method(prep,step_stopwords)
S3method(prep,step_texthash)
S3method(prep,step_tf)
S3method(prep,step_tfidf)
S3method(prep,step_tokenfilter)
S3method(prep,step_tokenize)
S3method(prep,step_untokenize)
S3method(print,step_stem)
S3method(print,step_stopwords)
S3method(print,step_texthash)
S3method(print,step_tf)
S3method(print,step_tfidf)
S3method(print,step_tokenfilter)
S3method(print,step_tokenize)
S3method(print,step_untokenize)
S3method(tidy,step_stem)
S3method(tidy,step_stopwords)
S3method(tidy,step_texthash)
S3method(tidy,step_tf)
S3method(tidy,step_tfidf)
S3method(tidy,step_tokenfilter)
S3method(tidy,step_tokenize)
S3method(tidy,step_untokenize)
export("%>%")
export(step_stem)
export(step_stopwords)
export(step_texthash)
export(step_tf)
export(step_tfidf)
export(step_tokenfilter)
export(step_tokenize)
export(step_untokenize)
importFrom(dplyr,bind_cols)
importFrom(generics,tidy)
importFrom(magrittr,"%>%")
importFrom(purrr,keep)
importFrom(purrr,map)
importFrom(purrr,map_chr)
importFrom(recipes,add_step)
importFrom(recipes,bake)
importFrom(recipes,check_type)
importFrom(recipes,ellipse_check)
importFrom(recipes,is_trained)
importFrom(recipes,names0)
importFrom(recipes,prep)
importFrom(recipes,printer)
importFrom(recipes,rand_id)
importFrom(recipes,sel2char)
importFrom(recipes,step)
importFrom(recipes,terms_select)
importFrom(rlang,"%||%")
importFrom(rlang,expr)
importFrom(rlang,na_chr)
importFrom(rlang,na_int)
importFrom(rlang,na_lgl)
importFrom(stopwords,stopwords)
importFrom(text2vec,TfIdf)
importFrom(text2vec,create_dtm)
importFrom(text2vec,create_vocabulary)
importFrom(text2vec,hash_vectorizer)
importFrom(text2vec,itoken)
importFrom(text2vec,vocab_vectorizer)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
