phHartl / eu-judgement-analyse

Quantitative analysis of judgments of the European Court of Justice
MIT License
6 stars 0 forks source link

Manually update blackstone to spaCy 2.2 #50

Closed phHartl closed 3 years ago

phHartl commented 3 years ago

Currently, Blackstone requires spaCy version 2.1.8, but this version is known for memory leaks. We should either switch to 2.1.9 (which got those leaks fixed) or upgrade the models of blackstone to spaCy 2.2. for multi-core support and memory leak fixes.

phHartl commented 3 years ago

Upgrading to 2.2 is impossible without the authors help.

phHartl commented 3 years ago

Added a Blackstone version which is compatible with spacy 2.1.9 with commit 56e3e36.