-
Notifications
You must be signed in to change notification settings - Fork 43
/
Copy pathNEWS
56 lines (30 loc) · 852 Bytes
/
NEWS
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
# SentimentAnalysis 1.3-5
## Version 1.3-5
## Changes
* Fixed package documentation
# Version 1.3-4
## Changes
* Fixed F1 computation
# Version 1.3-3
## Changes
* Minor fix in p-values
* Updated paper for citation
# Version 1.3-2
## Changes
* Updated contact details
# Version 1.3-1
## Changes
* Fixed error in tests
# Version 1.3-0
## New features and functions
* Added new function `extractWords()` to retrieve all words from dictionary
* Added new models for ridge regression, ordinary least squares and generalized linear model
* Added flag to prefilter terms for dictionary generation
## Changes
* Fixed error in `ruleLinearModel`
# Version 1.2-0
## Changes
* Minor fixes for CRAN release
# Version 1.1-0
## New features and functions
* Added new function `countWords()` to count words without default preprocessing rules