Skip to content

Instantly share code, notes, and snippets.

@prateekjoshi565
Created October 6, 2019 04:35
Show Gist options
  • Save prateekjoshi565/241aee30cc95aaf54a3533c2ec0f0b40 to your computer and use it in GitHub Desktop.
Save prateekjoshi565/241aee30cc95aaf54a3533c2ec0f0b40 to your computer and use it in GitHub Desktop.
entity_pairs = []
for i in tqdm(candidate_sentences["sentence"]):
entity_pairs.append(get_entities(i))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment