# Generated by roxygen2: do not edit by hand

export(evaluate_rf_model)
export(handle_negation)
export(predict_emotion_with_emoji)
export(preprocess_text)
export(train_full_model)
export(train_rf_model)
export(train_tfidf_model)
export(tune_rf_model)
import(caret)
import(parallel)
import(ranger)
importFrom(magrittr,"%>%")
importFrom(stats,predict)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_squish)
importFrom(stringr,str_to_lower)
importFrom(text2vec,TfIdf)
importFrom(text2vec,create_dtm)
importFrom(text2vec,create_vocabulary)
importFrom(text2vec,itoken)
importFrom(text2vec,prune_vocabulary)
importFrom(text2vec,vocab_vectorizer)
importFrom(text2vec,word_tokenizer)
importFrom(textclean,replace_emoticon)
importFrom(textclean,replace_html)
importFrom(textclean,replace_internet_slang)
importFrom(textclean,replace_non_ascii)
