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)