Skip to content

Commit

Permalink
Update convert_CoNLL_2_JSON.py
Browse files Browse the repository at this point in the history
  • Loading branch information
vedic-partap authored Jun 20, 2018
1 parent bccb0a4 commit e6d84a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion convert_CoNLL_2_JSON.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
entry = {'sentence':sentence,'negation':[]}
if len(lines_list)>0:
count_cues = (len(lines_list[0])-8)/3
print(count_cues)
for i in range(int(count_cues)):
cue =''
scope=''
Expand Down

0 comments on commit e6d84a2

Please sign in to comment.