-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchangelog.txt
executable file
·71 lines (40 loc) · 1.31 KB
/
changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
# PyTextRank changelog
## 2.0.2
2020-05-20
* fixed default value of `._.phrases` to allow for disabling PTR in a pipeline
## 2.0.1
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`
## 2.0.0
2019-11-05
* 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
## 1.2.1
2019-11-01
* fixed error in installation instructions
## 1.2.0
2019-11-01
* updated to fix for current versions of `spaCy` and `NetworkX` -- kudos @dimmu
* removed deprecated argument -- kudos @laxatives
## 1.1.1
2017-09-15
* patch disables use of NER in spaCy until an intermittent bug is resolved.
* will probably replace named tuples with spaCy spans instead.
## 1.1.0
2017-06-07
* replaced use of TextBlob with spaCy
* updated other Py dependencies
* better handling for UTF-8
## 1.0.1
2017-04-30
* updated Jupyter notebook example -- kudos @kjam
* better install/import for aptagger
* comparing spaCy performance with TextBlob