From 629652db6fb18068dee52414f88a52b2ec064c03 Mon Sep 17 00:00:00 2001 From: Panos Salias Date: Fri, 13 Dec 2019 15:03:06 +0200 Subject: [PATCH] Update README.md some typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 303efb0..6c22068 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ from textpack import tp #### Instantiate TextPack ``` -tp.Textpack(df, columns_to_group, match_threshold=0.75, ngram_remove=r'[,-./]', ngram_length=3) +tp.TextPack(df, columns_to_group, match_threshold=0.75, ngram_remove=r'[,-./]', ngram_length=3) ``` Class parameters: