yes-man-today commited on
Commit
95610fd
1 Parent(s): af72b6c

temporarily omit purpose

Browse files
Files changed (1) hide show
  1. regulatory_comments.py +1 -1
regulatory_comments.py CHANGED
@@ -90,7 +90,7 @@ class RegComments(datasets.GeneratorBasedBuilder):
90
  docket_id = docket["id"]
91
  docket_title = docket["title"]
92
  docket_context = docket["context"]
93
- docket_purpose = docket["purpose"]
94
  docket_keywords = docket["keywords"]
95
  comments = []
96
  for comment in docket["comments"]:
 
90
  docket_id = docket["id"]
91
  docket_title = docket["title"]
92
  docket_context = docket["context"]
93
+ #docket_purpose = docket["purpose"]
94
  docket_keywords = docket["keywords"]
95
  comments = []
96
  for comment in docket["comments"]: