Commit a3aa4d1a authored by EstherMaria's avatar EstherMaria
Browse files
parents 2ec3f88d 2f471c8e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@ def load_nameslab():

parser = ArgumentParser()
parser.add_argument("-c", "--combine", action="store_true", default=False, help="whether to combine or not")
args = parser.parse_args('v')
args = parser.parse_args()
df = load_output(dir='outputs', combine=args.combine)

sent = pd.read_csv('data/sent_df.csv', names=['sent_id','bias','doc_id','s'])