Skip to content

Commit

Permalink
updated news
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamSpannbauer committed Dec 11, 2017
1 parent 3809424 commit 6ae24d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

* bug fix in sentence parsing for parsing exclamatory sentences
* converted idf calculation from `idf(d, t) = log( n / df(d, t) )` to `idf(d, t) = log( n / df(d, t) ) + 1` to avoid zeroing out common word tfidf values
* removed dplyr, tidyr, & stringr as dependencies
* removed dplyr, tidyr, stringr, magrittr, & tm as dependencies
* created option to bypass assumption that each row/vector-element are different documents in `lexRank` and `unnest_sentences`
* various bug fixes in token & sentence parsing

Expand Down

0 comments on commit 6ae24d9

Please sign in to comment.