-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathDESCRIPTION
42 lines (42 loc) · 1.46 KB
/
DESCRIPTION
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
Package: corpus
Version: 0.10.0.9000
Title: Text Corpus Analysis
Authors@R: c(
person(c("Patrick", "O."), "Perry",
role = c("aut", "cph", "cre"),
email = "pperry@stern.nyu.edu"),
person(c("Finn", "\u00c5rup"), "Nielsen",
role = c("cph", "dtc"),
comment = "AFINN Sentiment Lexicon"),
person("Martin Porter and Richard Boulton",
role = c("ctb", "cph", "dtc"),
comment = "Snowball Stemmer and Stopword Lists"),
person("The Regents of the University of California",
role = c("ctb", "cph"),
comment = "Strtod Library Procedure"),
person("Carlo Strapparava and Alessandro Valitutti",
role = c("cph", "dtc"),
comment = "WordNet-Affect Lexicon"),
person("Unicode, Inc.",
role = c("cph", "dtc"),
comment = "Unicode Character Database"))
Depends:
R (>= 3.3),
Imports:
stats,
utf8 (>= 1.1.0)
Suggests:
knitr,
Matrix,
testthat
Enhances:
quanteda,
tm
Description: Text corpus data analysis, with full support for international text (Unicode). Functions for reading data from newline-delimited 'JSON' files, for normalizing and tokenizing text, for searching for term occurrences, and for computing term occurrence frequencies, including n-grams.
License: Apache License (== 2.0) | file LICENSE
URL: http://corpustext.com,
https://github.com/patperry/r-corpus
BugReports: https://github.com/patperry/r-corpus/issues
LazyData: Yes
Encoding: UTF-8
VignetteBuilder: knitr