Skip to content

Commit

Permalink
Update search
Browse files Browse the repository at this point in the history
  • Loading branch information
Narabzad authored Jun 24, 2019
1 parent d085eab commit b1c1254
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions search
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,10 @@ except:
lambdas=''
###################

print("hello")
os.chdir("//elr_files//EntityLinkingRetrieval-ELR-master")
sb1=subprocess.Popen(['python query_combine.py {} '.format(args.json["topic"]["path"])],shell=True)
sb1.wait()
print(os.listdir('//elr_files//EntityLinkingRetrieval-ELR-master//data//'))
#print(os.listdir('//elr_files//EntityLinkingRetrieval-ELR-master//data//'))

files = os.listdir('data')
for file in files:
Expand Down

0 comments on commit b1c1254

Please sign in to comment.