# Generated by roxygen2: do not edit by hand

S3method(analyzeSentiment,Corpus)
S3method(analyzeSentiment,DocumentTermMatrix)
S3method(analyzeSentiment,TermDocumentMatrix)
S3method(analyzeSentiment,character)
S3method(analyzeSentiment,data.frame)
S3method(compareToResponse,data.frame)
S3method(compareToResponse,factor)
S3method(compareToResponse,integer)
S3method(compareToResponse,logical)
S3method(compareToResponse,numeric)
S3method(countWords,Corpus)
S3method(countWords,DocumentTermMatrix)
S3method(countWords,TermDocumentMatrix)
S3method(countWords,character)
S3method(countWords,data.frame)
S3method(generateDictionary,Corpus)
S3method(generateDictionary,DocumentTermMatrix)
S3method(generateDictionary,TermDocumentMatrix)
S3method(generateDictionary,character)
S3method(generateDictionary,data.frame)
S3method(plot,SentimentDictionaryWeighted)
S3method(predict,SentimentDictionaryWeighted)
S3method(print,SentimentDictionaryBinary)
S3method(print,SentimentDictionaryWeighted)
S3method(print,SentimentDictionaryWordlist)
S3method(summary,SentimentDictionaryBinary)
S3method(summary,SentimentDictionaryWeighted)
S3method(summary,SentimentDictionaryWordlist)
S3method(write,SentimentDictionaryBinary)
S3method(write,SentimentDictionaryWeighted)
S3method(write,SentimentDictionaryWordlist)
export(SentimentDictionary)
export(SentimentDictionaryBinary)
export(SentimentDictionaryWeighted)
export(SentimentDictionaryWordlist)
export(analyzeSentiment)
export(compareDictionaries)
export(compareToResponse)
export(convertToBinaryResponse)
export(convertToDirection)
export(countWords)
export(generateDictionary)
export(lassoEstimation)
export(loadDictionaryGI)
export(loadDictionaryHE)
export(loadDictionaryLM)
export(loadDictionaryLM_Uncertainty)
export(loadDictionaryQDAP)
export(loadImdb)
export(lookupEstimationMethod)
export(ngram_tokenize)
export(numEntries)
export(numNegativeEntries)
export(numPositiveEntries)
export(plotSentiment)
export(plotSentimentResponse)
export(preprocessCorpus)
export(read)
export(ruleLinearModel)
export(ruleNegativity)
export(rulePositivity)
export(ruleRatio)
export(ruleSentiment)
export(ruleWordCount)
export(spikeslabEstimation)
export(toDocumentTermMatrix)
export(transformIntoCorpus)
export(write)
importFrom(stats,coef)
importFrom(stats,cor)
importFrom(stats,cor.test)
importFrom(stats,lm)
importFrom(stats,median)
importFrom(stats,sd)
importFrom(utils,data)
importFrom(utils,download.file)
importFrom(utils,read.table)
importFrom(utils,untar)
importFrom(utils,write.table)
