# Generated by roxygen2: do not edit by hand

export(EmbeddedText)
export(TextEmbeddingClassifierNeuralNet)
export(TextEmbeddingModel)
export(array_to_matrix)
export(bow_pp_create_basic_text_rep)
export(bow_pp_create_vocab_draft)
export(check_aif_py_modules)
export(combine_embeddings)
export(create_bert_model)
export(create_longformer_model)
export(create_roberta_model)
export(create_synthetic_units)
export(get_coder_metrics)
export(get_n_chunks)
export(get_synthetic_cases)
export(install_py_modules)
export(load_ai_model)
export(matrix_to_array_c)
export(save_ai_model)
export(set_config_cpu_only)
export(set_config_gpu_low_memory)
export(set_config_os_environ_logger)
export(set_config_tf_logger)
export(train_tune_bert_model)
export(train_tune_longformer_model)
export(train_tune_roberta_model)
import(Rcpp)
import(doParallel)
import(foreach)
import(quanteda)
import(reshape2)
import(reticulate)
import(stats)
import(tidytext)
importFrom(abind,abind)
importFrom(methods,isClass)
importFrom(quanteda,corpus)
importFrom(quanteda,dfm)
importFrom(quanteda,dfm_keep)
importFrom(quanteda,dfm_trim)
importFrom(quanteda,fcm)
importFrom(quanteda,fcm_select)
importFrom(quanteda,tokens)
importFrom(quanteda,tokens_remove)
importFrom(quanteda,tokens_replace)
importFrom(quanteda,tokens_tolower)
importFrom(reticulate,conda_create)
importFrom(reticulate,py_install)
importFrom(stats,na.omit)
importFrom(stringr,str_length)
importFrom(stringr,str_remove_all)
importFrom(stringr,str_replace_all)
importFrom(text2vec,GlobalVectors)
importFrom(topicmodels,LDA)
importFrom(udpipe,udpipe_annotate)
importFrom(udpipe,udpipe_load_model)
importFrom(udpipe,unique_identifier)
importFrom(utils,read.csv)
importFrom(utils,write.csv)
useDynLib(aifeducation, .registration = TRUE)
