From 9437daba987d16c0409236b5a7551c598540b7dd Mon Sep 17 00:00:00 2001 From: Malte Pietsch Date: Wed, 6 May 2020 09:41:38 +0200 Subject: [PATCH] Fix list in readme --- README.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index b6317f9ef..d5b78cb7f 100644 --- a/README.rst +++ b/README.rst @@ -177,8 +177,9 @@ Example:: reader.predict(question="Who is the father of Arya Starck?", documents=documents, top_k=3) This Reader comes with: + * quite many configuration options -* using multiple processes for preprocessing +* multiple processes for preprocessing * option to train * option to evaluate