carlosrosas commited on
Commit
725655c
·
verified ·
1 Parent(s): df3f46f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -13,6 +13,8 @@ The complete repository can be accessed at: https://echanges.dila.gouv.fr/OPENDA
13
  - Contains laws published since the beginning of the 12th legislature (June 2002)
14
  - Includes ordinances published since 2002
15
  - Contains laws in preparation (bills and proposals)
 
 
16
 
17
  ### 2. CONSTIT (Constitutional Council Decisions)
18
  - Includes all decisions made by the Constitutional Council since its creation under
@@ -22,6 +24,10 @@ The complete repository can be accessed at: https://echanges.dila.gouv.fr/OPENDA
22
  - Electoral disputes
23
  - Appointments
24
  - Other decisions
 
 
 
 
25
 
26
  ### 3. CNIL (National Commission on Information Technology and Civil Liberties)
27
  - Contains all CNIL deliberations since 1978, including:
@@ -30,6 +36,8 @@ The complete repository can be accessed at: https://echanges.dila.gouv.fr/OPENDA
30
  - Simplified standards
31
  - Authorizations
32
  - Since 2012: Integration of authorization decisions (data processing, medical research)
 
 
33
 
34
  ### 4. LEGI (National Legislation and Regulations)
35
  - Contains consolidated full text of national legislation and regulations, including:
@@ -39,6 +47,10 @@ The complete repository can be accessed at: https://echanges.dila.gouv.fr/OPENDA
39
  - Ordinances
40
  - Decrees
41
  - Selected orders
 
 
 
 
42
 
43
  ## Technical Implementation
44
 
 
13
  - Contains laws published since the beginning of the 12th legislature (June 2002)
14
  - Includes ordinances published since 2002
15
  - Contains laws in preparation (bills and proposals)
16
+ - Columns : ['chunk_id', 'identifier', 'collection', 'id', 'date_creation', 'date_derniere_modification', 'date_debut', 'date_fin', 'libelle', 'word_count', 'text', 'character_count', 'chunk_word_count', 'name']
17
+ - Vector column : text
18
 
19
  ### 2. CONSTIT (Constitutional Council Decisions)
20
  - Includes all decisions made by the Constitutional Council since its creation under
 
24
  - Electoral disputes
25
  - Appointments
26
  - Other decisions
27
+ - Columns : ['chunk_id', 'identifier', 'collection', 'id', 'nature', 'name', 'date',
28
+ 'juridiction', 'solution', 'num_affaire', 'word_count',
29
+ 'text', 'character_count', 'chunk_word_count']
30
+ - Vector column : text
31
 
32
  ### 3. CNIL (National Commission on Information Technology and Civil Liberties)
33
  - Contains all CNIL deliberations since 1978, including:
 
36
  - Simplified standards
37
  - Authorizations
38
  - Since 2012: Integration of authorization decisions (data processing, medical research)
39
+ - Columns : ['chunk_id', 'identifier', 'collection', 'id', 'nature', 'numero', 'date_text', 'date_publi', 'etat_juridique', 'word_count','text', 'character_count', 'name','chunk_word_count']
40
+ - Vector column : text
41
 
42
  ### 4. LEGI (National Legislation and Regulations)
43
  - Contains consolidated full text of national legislation and regulations, including:
 
47
  - Ordinances
48
  - Decrees
49
  - Selected orders
50
+ - Columns: ['chunk_id', 'identifier', 'collection', 'etat_value',
51
+ 'date_debut_value', 'name', 'article', 'word_count', 'text',
52
+ 'character_count', 'chunk_word_count']
53
+ - Vector column : text
54
 
55
  ## Technical Implementation
56