-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathNAMESPACE
49 lines (48 loc) · 1.28 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
# Generated by roxygen2 (4.1.1): do not edit by hand
S3method(neg_refs_per_ref,DocumentTermMatrix)
S3method(neg_refs_per_ref,TermDocumentMatrix)
S3method(polarity,DocumentTermMatrix)
S3method(polarity,TermDocumentMatrix)
S3method(pos_refs_per_ref,DocumentTermMatrix)
S3method(pos_refs_per_ref,TermDocumentMatrix)
S3method(senti_diffs_per_ref,DocumentTermMatrix)
S3method(senti_diffs_per_ref,TermDocumentMatrix)
S3method(subjectivity,DocumentTermMatrix)
S3method(subjectivity,TermDocumentMatrix)
export(Neg_Refs_Per_Ref)
export(Polarity)
export(Pos_Refs_Per_Ref)
export(SentVol)
export(Senti_Diffs_Per_Ref)
export(Subj)
export(VCorpus)
export(addNeg_Refs_Per_Ref)
export(addPolarity)
export(addPos_Refs_Per_Ref)
export(addSentVol)
export(addSenti_Diffs_Per_Ref)
export(addSentiment)
export(addSentimentVo)
export(addSubjectivity)
export(chartSent)
export(chartSentiment)
export(getField)
export(getRelevant)
export(has.Neg_Refs_Per_Ref)
export(has.Polarity)
export(has.Pos_Refs_Per_Ref)
export(has.SentVol)
export(has.Senti_Diffs_Per_Ref)
export(has.Subj)
export(metaXTS)
export(neg_refs_per_ref)
export(negterms_GI)
export(polarity)
export(pos_refs_per_ref)
export(posterms_GI)
export(preprocessCorpus)
export(score)
export(senti_diffs_per_ref)
export(setField)
export(subjectivity)
importFrom(slam,col_sums)