phHartl / eu-judgement-analyse

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

Disable unused pipeline components #51

Closed phHartl closed 3 years ago

phHartl commented 3 years ago

Currently, specific pipeline components are more demanding than others. However, we calculate all metrics at once independent of the requested metrics. We should disable unnecessary pipeline components to speed up calculation and reduce memory footprint prior to actually calculating anything. This needs to be done in the analysis as well as the api backend.

phHartl commented 3 years ago

Implemented with c5ddf80