From a1f72f4620cb8718cd23579abe163900029a30d4 Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Wed, 18 Dec 2019 18:52:26 +0000 Subject: [PATCH] Not using nltk --- depicts/artwork.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/depicts/artwork.py b/depicts/artwork.py index 40cd67b..e8f8972 100644 --- a/depicts/artwork.py +++ b/depicts/artwork.py @@ -1,5 +1,5 @@ from . import utils, wdqs, mediawiki -import nltk +# import nltk import re re_from_article = re.compile(r'(?:portrays|depicts|depictions of|it shows) (.+?)\.', re.I)