phHartl / eu-judgement-analyse

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

API maps all analysis functions correctly #67

Closed phHartl closed 3 years ago

phHartl commented 3 years ago

Default function parameter values get respected now, when executing an API call. If a parameter (e.g. remove_stopwords) is not present in the query, the default value is used instead of None previously.

thomfischer commented 3 years ago

everything is looking good