Skip to content

lexRankr 0.5.0

Compare
Choose a tag to compare
@AdamSpannbauer AdamSpannbauer released this 17 Dec 20:23
· 16 commits to master since this release
  • 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, 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