Skip to content

Releases: DerwenAI/pytextrank

v3.0.0 release on PyPi

14 Feb 23:02
Compare
Choose a tag to compare

2021-02-14

  • THIS WILL BREAK THINGS!!!
  • support for spaCy 3.0.x; kudos @Lord-V15
  • full integration of PositionRank
  • migrated all unit tests to pytest
  • removed use of logger for debugging, introducing icecream instead

v2.1.0 on PyPi

31 Jan 19:37
61fad63
Compare
Choose a tag to compare

2021-01-31

v2.0.3 on PyPi

15 Sep 16:46
404ddef
Compare
Choose a tag to compare

2020-09-15

  • try-catch ZeroDivisionError in summary method -- kudos @shyamcody
  • tested with updated dependencies: spaCy 2.3.x and NetworkX 2.5

v2.0.2 release on PyPi

28 Jun 08:09
e756c5d
Compare
Choose a tag to compare

2020-05-20

  • fixed default value of ._.phrases to allow for disabling PTR in a pipeline

v2.0.1 release on PyPi

02 Mar 20:45
7761ccc
Compare
Choose a tag to compare

2020-03-02

  • fix KeyError issue for pre Python 3.6
  • integrated codecov.io
  • added PyTextRank to the spaCy uniVerse
  • fixed README.md instructions to download en_core_web_sm

v2.0.0 release on PyPi

05 Nov 20:43
Compare
Choose a tag to compare
  • refactored library to run as a spaCy extension
  • supports multiple languages
  • significantly faster, with less memory required
  • better extraction of top-ranked phrases
  • changed license to MIT
  • uses lemma-based stopwords for more precise control
  • WIP toward integration with knowledge graph use cases

v1.2.1 release on PyPi

01 Nov 18:44
Compare
Choose a tag to compare
  • fixed error in installation instructions

v1.2.0

01 Nov 18:33
Compare
Choose a tag to compare
  • updated for current versions of spaCy and networkX -- kudos @dimmu
  • removed deprecated argument -- kudos @laxatives

v1.1.1 update

15 Sep 07:17
Compare
Choose a tag to compare

Patch disables use of NER in spaCy until an intermittent bug is resolved.
Will probably replace named tuples with spaCy spans instead.

v1.1.0 release on PyPi

07 Jun 22:24
Compare
Choose a tag to compare

Replaced TextBlob usage with spaCy for improved parsing results. Updated the other Python dependencies.
Also added better handling for UTF-8.