From 01213900ef02c960582f67e034720b5f1d824592 Mon Sep 17 00:00:00 2001 From: Andres Hazard Date: Wed, 29 Jan 2020 17:34:24 -0300 Subject: [PATCH] 337 fix typo (#338) --- 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 146c9b50..0eaaa9d2 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 ----------