# Generated by roxygen2: do not edit by hand

S3method(explain,character)
S3method(explain,data.frame)
S3method(lime,character)
S3method(lime,data.frame)
export(default_tokenize)
export(explain)
export(interactive_text_explanations)
export(lime)
export(model_type)
export(plot_explanations)
export(plot_features)
export(plot_text_explanations)
export(predict_model)
export(render_text_explanations)
export(text_explanations_output)
import(ggplot2)
importFrom(Matrix,Matrix)
importFrom(Matrix,colSums)
importFrom(Matrix,sparseMatrix)
importFrom(Rcpp,sourceCpp)
importFrom(assertthat,assert_that)
importFrom(assertthat,is.count)
importFrom(assertthat,is.flag)
importFrom(assertthat,is.number)
importFrom(assertthat,is.string)
importFrom(glmnet,coef.cv.glmnet)
importFrom(glmnet,coef.glmnet)
importFrom(glmnet,cv.glmnet)
importFrom(glmnet,glmnet)
importFrom(htmlwidgets,createWidget)
importFrom(htmlwidgets,shinyRenderWidget)
importFrom(htmlwidgets,shinyWidgetOutput)
importFrom(shiny,fluidPage)
importFrom(shiny,h1)
importFrom(shiny,h2)
importFrom(shiny,h3)
importFrom(shiny,h4)
importFrom(shiny,h5)
importFrom(shiny,h6)
importFrom(shiny,hr)
importFrom(shiny,mainPanel)
importFrom(shiny,need)
importFrom(shiny,numericInput)
importFrom(shiny,plotOutput)
importFrom(shiny,renderPlot)
importFrom(shiny,selectInput)
importFrom(shiny,shinyApp)
importFrom(shiny,sidebarPanel)
importFrom(shiny,sliderInput)
importFrom(shiny,textAreaInput)
importFrom(shiny,titlePanel)
importFrom(shiny,validate)
importFrom(shinythemes,shinytheme)
importFrom(stats,coef)
importFrom(stats,gaussian)
importFrom(stats,glm.fit)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(stats,var)
importFrom(stringdist,seq_dist)
importFrom(stringi,stri_count_words)
importFrom(stringi,stri_replace_all_fixed)
importFrom(stringi,stri_replace_all_regex)
importFrom(stringi,stri_split_boundaries)
importFrom(tools,toTitleCase)
importFrom(utils,head)
importFrom(utils,packageVersion)
useDynLib(lime)
