Skip to content

Commit

Permalink
fix: remove the repondentOrderEng field
Browse files Browse the repository at this point in the history
  • Loading branch information
aquemy committed Nov 11, 2023
1 parent bdd13c8 commit 826a522
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion echr/steps/generate_datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,14 +198,16 @@ def run(console, build, title, doc_ids=None, articles=[], processed_folder='all'
"originatingbody_type",
"originatingbody_name",
"respondent",
"respondentOrderEng",
#"respondentOrderEng",
"separateopinion",
"typedescription"

]

keys_list = ["article", "documentcollectionid", "externalsources", "extractedappno", "kpthesaurus", "parties",
"scl", "representedby"]



feature_index = {k: i for i, k in enumerate(keys + keys_list)}
feature_to_value = dict(zip(keys + keys_list, [None] * (len(keys) + len(keys_list))))
Expand Down

0 comments on commit 826a522

Please sign in to comment.