-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathDESCRIPTION
More file actions
22 lines (22 loc) · 727 Bytes
/
DESCRIPTION
File metadata and controls
22 lines (22 loc) · 727 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Package: Sentida
Type: Package
Title: Sentiment Scoring Of Words And Sentences
Version: 1.1
Date: 2020-05-05
Authors@R: c(
person("Gustav", "Lauridsen", email = "gustavaarup0111@gmail.com", role = c("aut")),
person("Lars", "Svendsen", email = "larskjartan@hotmail.com", role = c("aut")),
person("Jacob", "Dalsgaard", email = "jacdals@hotmail.com", role = c("aut","cre"))
)
Description: The package allows user to make sentiment analysis in danish
LazyData: TRUE
RoxygenNote: 7.1.0
Depends: R (>= 2.10)
Imports:
stringr (>= 1.3.1),
SnowballC (>= 0.5.1),
fastmatch (>= 1.1-0)
URL: https://github.com/Guscode/Sentida
BugReports: https://github.com/Guscode/Sentida/issues
License: CC BY-NC 4.0
Encoding: UTF-8