Skip to content

Commit

Permalink
converted stopwords to internal data to fix #14
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamSpannbauer committed Dec 17, 2017
1 parent 3c297a4 commit 3cb9287
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: lexRankr
Type: Package
Title: Extractive Summarization of Text with the LexRank Algorithm
Version: 0.5.0
Version: 0.5.1
Author: Adam Spannbauer [aut, cre], Bryan White [ctb]
Maintainer: Adam Spannbauer <spannbaueradam@gmail.com>
Description: An R implementation of the LexRank algorithm described by G. Erkan and D. R. Radev (2004) <DOI:10.1613/jair.1523>.
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@

# lexRankr 0.5.1

* changed `smart_stopwords` to be internal data so that package doesnt need to be explicitly loaded with `library` to be able to parse

# lexRankr 0.5.0

* bug fix in sentence parsing for parsing exclamatory sentences
Expand Down
Binary file added R/sysdata.rda
Binary file not shown.

0 comments on commit 3cb9287

Please sign in to comment.