issues
search
kevinlu1248
/
pyate
PYthon Automated Term Extraction
https://kevinlu1248.github.io/pyate/
MIT License
305
stars
37
forks
source link
Spacy V3 support!
#39
Closed
kevinlu1248
closed
3 years ago
kevinlu1248
commented
3 years ago
Changed the add pipeline syntax to match that of spaCy V3, which requires syntax of
nlp.add_pipe("combo_basic")
instead
Modified README files to match this new syntax
nlp.add_pipe("combo_basic")
instead