Not using nltk

This commit is contained in:
Edward Betts 2019-12-18 18:52:26 +00:00
parent 8e606499c9
commit a1f72f4620

View file

@ -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)