# Generated by roxygen2: do not edit by hand

S3method(as.data.frame,udpipe_connlu)
S3method(cooccurrence,character)
S3method(cooccurrence,cooccurrence)
S3method(cooccurrence,data.frame)
S3method(document_term_frequencies,character)
S3method(document_term_frequencies,data.frame)
S3method(document_term_matrix,DocumentTermMatrix)
S3method(document_term_matrix,TermDocumentMatrix)
S3method(document_term_matrix,data.frame)
S3method(document_term_matrix,simple_triplet_matrix)
S3method(predict,LDA_Gibbs)
S3method(predict,LDA_VEM)
export(as_phrasemachine)
export(collocation)
export(cooccurrence)
export(document_term_frequencies)
export(document_term_matrix)
export(dtm_cor)
export(dtm_remove_lowfreq)
export(dtm_remove_terms)
export(dtm_remove_tfidf)
export(dtm_reverse)
export(dtm_tfidf)
export(phrases)
export(txt_collapse)
export(txt_freq)
export(txt_highlight)
export(txt_next)
export(txt_nextgram)
export(txt_previous)
export(txt_recode)
export(txt_sample)
export(txt_show)
export(udpipe_annotate)
export(udpipe_download_model)
export(udpipe_load_model)
export(udpipe_train)
export(unique_identifier)
importFrom(Matrix,crossprod)
importFrom(Matrix,diag)
importFrom(Matrix,sparseMatrix)
importFrom(Matrix,summary)
importFrom(Matrix,tcrossprod)
importFrom(Rcpp,evalCpp)
importFrom(data.table,":=")
importFrom(data.table,as.data.table)
importFrom(data.table,data.table)
importFrom(data.table,frankv)
importFrom(data.table,is.data.table)
importFrom(data.table,rbindlist)
importFrom(data.table,setDF)
importFrom(data.table,setDT)
importFrom(data.table,setnames)
importFrom(data.table,setorder)
importFrom(data.table,tstrsplit)
importFrom(utils,download.file)
importFrom(utils,head)
useDynLib(udpipe)
