Created
October 6, 2019 04:35
-
-
Save prateekjoshi565/241aee30cc95aaf54a3533c2ec0f0b40 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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