Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions SLING/src/distant_supervision/sentence_extractor.py
Original file line number Diff line number Diff line change
Expand Up @@ -307,10 +307,10 @@ def original_sent_extractor_worker(thread_id, sparql_limit, sentence_limit):
if exists(output_file):
continue

if exists("/Users/[email protected]/Src/relation-linking/data/lc-qald/sent_completed/v3/" + file_name):
if exists("output_path" + file_name):
continue

if exists("/Users/[email protected]/Src/relation-linking/data/lc-qald/sent_amr_done/v3/" + file_name):
if exists("output_path" + file_name):
continue

start_time = time.time()
Expand Down