From d1fd33d9b3e77a0bf419967c7efab232af532ef9 Mon Sep 17 00:00:00 2001 From: Andres Hazard Date: Wed, 29 Jan 2020 12:36:49 -0300 Subject: [PATCH] 337 fix typo --- cdqa/utils/converters.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cdqa/utils/converters.py b/cdqa/utils/converters.py index 146c9b5..0eaaa9d 100644 --- a/cdqa/utils/converters.py +++ b/cdqa/utils/converters.py @@ -63,7 +63,7 @@ def df2squad(df, squad_version="v1.1", output_dir=None, filename=None): def generate_squad_examples(question, best_idx_scores, metadata, retrieve_by_doc): """ - Creates a SQuAD examples json object for a given for a given question using outputs of retriever and document database. + Creates a SQuAD examples json object for a given question using outputs of retriever and document database. Parameters ----------