Skip to content

Commit

Permalink
Merge pull request #26 from ZahraTaherikhonakdar/master
Browse files Browse the repository at this point in the history
no message
  • Loading branch information
ZahraTaherikhonakdar authored Jul 22, 2022
2 parents 3bbc56e + 92c2f75 commit a347fa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ds/trec09mq/refiners.qtypes.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

def get_refiners_by_qtypes(all, dataset, qtypes, output):

refiners = pd.read_csv(all, index_col=0, nrows=0).columns[4::3]
refiners = pd.read_csv(all, index_col=0, nrows=0).columns[3::3]
q_ = pd.read_csv(dataset, sep=',')
qtypes = pd.read_csv(qtypes, sep='\t', usecols=['Topic', 'Class'])
qtypes['Topic'] = qtypes['Topic'].astype(int)
Expand Down

0 comments on commit a347fa9

Please sign in to comment.