# Generated by roxygen2: do not edit by hand

S3method(glove,Matrix)
S3method(glove,dgTMatrix)
S3method(itoken,character)
S3method(itoken,ifiles)
S3method(itoken,ilines)
S3method(itoken,iserfiles)
S3method(vocabulary,character)
S3method(vocabulary,itoken)
export("%>%")
export(GloveFitter)
export(HashCorpus)
export(VocabCorpus)
export(VocabularyBuilder)
export(binary_transformer)
export(boundary)
export(check_analogue_accuracy)
export(coll)
export(create_hash_corpus)
export(create_vocab_corpus)
export(dtm_get_idf)
export(dtm_get_tf)
export(feature_hasher)
export(filter_commons_transformer)
export(fixed)
export(get_dtm)
export(get_tcm)
export(glove)
export(idir)
export(ifiles)
export(ilines)
export(itoken)
export(prepare_analogue_questions)
export(prune_vocabulary)
export(regex)
export(regexp_tokenizer)
export(tf_transformer)
export(tfidf_transformer)
export(vocabulary)
export(word_tokenizer)
import(Matrix)
import(Rcpp)
import(digest)
import(iterators)
import(methods)
importFrom(RcppParallel,RcppParallelLibs)
importFrom(magrittr,"%>%")
importFrom(readr,read_lines)
importFrom(readr,read_rds)
importFrom(readr,write_rds)
importFrom(stringr,boundary)
importFrom(stringr,coll)
importFrom(stringr,fixed)
importFrom(stringr,regex)
importFrom(stringr,str_split)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)
useDynLib(text2vec)
