Skip to content

Releases: crodriguez1a/bpe-summarizer

v0.2.1

03 Aug 21:12
debe027
Compare
Choose a tag to compare

[0.2.1]

  • Fixed bug when decoding small texts

v0.2.0

03 Aug 18:51
aa921f0
Compare
Choose a tag to compare

[0.2.0]

  • [Bugfix] Fix math in sentence filtering. This should address what behaved as overaggressive summarization when filtering around k50

v0.1.9

13 Jul 03:06
0790677
Compare
Choose a tag to compare

[0.1.9]

  • Remove dependency on NLTK stopwords download

v0.1.8

13 Jul 02:27
d0e1ae1
Compare
Choose a tag to compare

[0.1.8]

  • remove separate utils file
  • improve compatibility for both 3.7 and 3.8
  • flexible scipy version

v0.1.7

06 Jul 22:59
7978008
Compare
Choose a tag to compare

[0.1.7]

  • Adds explicit scipy dependency

v0.1.6

03 Jul 12:14
35a1039
Compare
Choose a tag to compare

[0.1.6]

  • Adds optional intra-sentence summarization
  • Patches max possible percentile for document summary

v0.1.5

01 Jul 21:47
0be2c6a
Compare
Choose a tag to compare

[0.1.5] Adds single sentence summarization.

Default percentile remains 99, but the max percentile allowable for
a single sentence is derived from the mean of the token values.

v0.1.2

29 Jun 00:43
Compare
Choose a tag to compare
Fix relative import