# Generated by roxygen2: do not edit by hand

export(.decode_duckduckgo_urls)
export(.extract_links)
export(.get_site)
export(.process_bing)
export(.process_yahoo)
export(abbreviations)
export(api_huggingface_embeddings)
export(extract_date)
export(nlp_build_chunks)
export(nlp_cast_tokens)
export(nlp_melt_tokens)
export(nlp_split_paragraphs)
export(nlp_split_sentences)
export(nlp_tokenize_text)
export(sem_nearest_neighbors)
export(sem_search_corpus)
export(standardize_date)
export(web_scrape_urls)
export(web_search)
importFrom(data.table,":=")
importFrom(data.table,.BY)
importFrom(data.table,.EACHI)
importFrom(data.table,.GRP)
importFrom(data.table,.I)
importFrom(data.table,.N)
importFrom(data.table,.NGRP)
importFrom(data.table,.SD)
importFrom(data.table,data.table)
importFrom(data.table,fifelse)
importFrom(data.table,last)
importFrom(data.table,nafill)
importFrom(data.table,rbindlist)
importFrom(data.table,setDT)
importFrom(httr,GET)
importFrom(httr,timeout)
importFrom(jsonlite,fromJSON)
importFrom(lubridate,dmy)
importFrom(lubridate,mdy)
importFrom(lubridate,ymd)
importFrom(lubridate,ymd_hms)
importFrom(rvest,html_attr)
importFrom(rvest,html_name)
importFrom(rvest,html_nodes)
importFrom(rvest,html_text)
importFrom(stats,na.omit)
importFrom(stats,setNames)
importFrom(stringr,str_detect)
importFrom(stringr,str_trim)
importFrom(utils,URLdecode)
importFrom(utils,URLencode)
importFrom(utils,head)
importFrom(utils,setTxtProgressBar)
importFrom(utils,tail)
importFrom(utils,txtProgressBar)
importFrom(xml2,read_html)
