-
Notifications
You must be signed in to change notification settings - Fork 43
/
Copy pathNAMESPACE
88 lines (87 loc) · 2.62 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
# 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(enetEstimation)
export(extractWords)
export(generateDictionary)
export(glmEstimation)
export(lassoEstimation)
export(lmEstimation)
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(ridgeEstimation)
export(ruleLinearModel)
export(ruleNegativity)
export(rulePositivity)
export(ruleRatio)
export(ruleSentiment)
export(ruleSentimentPolarity)
export(ruleWordCount)
export(spikeslabEstimation)
export(toDocumentTermMatrix)
export(transformIntoCorpus)
export(write)
importFrom(stats,coef)
importFrom(stats,cor)
importFrom(stats,cor.test)
importFrom(stats,glm)
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)