All versions of the ECHR OpenData project are available with different options:
structured
, unstructured
and raw
.structured
format, case descriptions are available, as well as a Bag-of-Words or TF-IDF representation of judgments.json
, csv
and sqlite
for basic informationIt depends on your usage! Structured information are made to be directly readable by popular data manipulation libraries such as panda
or numpy
and are therefore easy to use with machine learning libraries such as scikit-learn
.
Refer to the documentation!
This archive include every files listed below, including the SQLite database.
SQLite database:The SQLite database contains all the structured information about cases as well as the parsed documents in JSON format.
Include structured information about cases.
Decision Body matrice:Relation between cases and persons in their respective decision body.
Extracted Apps matrice:Relation between cases through the citations in their respective judgment documents.
Representative matrice:Relation between cases and representatives.
Strasbourg Case Law matrice:Relation between cases through the relevant Strasbourg Case Law.
Bag-of-Words matrice:Bag-of-Words represention judgment documents.
TF-IDF matrice:TF-IDF represention judgment documents.
Case descriptions in a non-flat JSON format, including the parsed judgements documents and all the matrices from the structures documents.