Anon Anon commited on
Commit
274767f
·
1 Parent(s): a3c93ab

Update winogender_sentences.py

Browse files
Files changed (1) hide show
  1. winogender_sentences.py +1 -3
winogender_sentences.py CHANGED
@@ -58,9 +58,7 @@ def generate(occupation, other_participant, sentence, second_ref="", context=Non
58
 
59
 
60
  def get_sentences():
61
- script_dir = '.'
62
- rel_path = "winogender_schema"
63
- abs_path = os.path.join(script_dir, rel_path)
64
  Path(abs_path).mkdir(parents=True, exist_ok=True)
65
  # %%
66
 
 
58
 
59
 
60
  def get_sentences():
61
+ abs_path = "winogender_schema"
 
 
62
  Path(abs_path).mkdir(parents=True, exist_ok=True)
63
  # %%
64