# Generated by roxygen2: do not edit by hand

S3method(create_dtm,itoken)
S3method(create_dtm,list)
S3method(create_tcm,itoken)
S3method(create_tcm,list)
S3method(create_vocabulary,character)
S3method(create_vocabulary,itoken)
S3method(create_vocabulary,list)
S3method(glove,Matrix)
S3method(glove,dgTMatrix)
S3method(itoken,character)
S3method(itoken,ifiles)
S3method(itoken,ilines)
S3method(itoken,list)
export("%>%")
export(GloveFitter)
export(HashCorpus)
export(VocabCorpus)
export(VocabularyBuilder)
export(boundary)
export(check_analogy_accuracy)
export(coll)
export(create_corpus)
export(create_dtm)
export(create_tcm)
export(create_vocabulary)
export(fixed)
export(get_dtm)
export(get_idf)
export(get_tcm)
export(get_tf)
export(glove)
export(hash_vectorizer)
export(idir)
export(ifiles)
export(ilines)
export(itoken)
export(prepare_analogy_questions)
export(prune_vocabulary)
export(regex)
export(regexp_tokenizer)
export(split_into)
export(transform_binary)
export(transform_filter_commons)
export(transform_tf)
export(transform_tfidf)
export(vocab_vectorizer)
export(vocabulary)
export(word_tokenizer)
import(Matrix)
import(Rcpp)
import(data.table)
import(digest)
import(iterators)
import(methods)
importFrom(RcppParallel,RcppParallelLibs)
importFrom(foreach,"%do%")
importFrom(foreach,"%dopar%")
importFrom(foreach,foreach)
importFrom(magrittr,"%>%")
importFrom(stringr,boundary)
importFrom(stringr,coll)
importFrom(stringr,fixed)
importFrom(stringr,regex)
importFrom(stringr,str_split)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)
useDynLib(text2vec)
