Not using nltk
This commit is contained in:
parent
8e606499c9
commit
a1f72f4620
|
@ -1,5 +1,5 @@
|
||||||
from . import utils, wdqs, mediawiki
|
from . import utils, wdqs, mediawiki
|
||||||
import nltk
|
# import nltk
|
||||||
import re
|
import re
|
||||||
|
|
||||||
re_from_article = re.compile(r'(?:portrays|depicts|depictions of|it shows) (.+?)\.', re.I)
|
re_from_article = re.compile(r'(?:portrays|depicts|depictions of|it shows) (.+?)\.', re.I)
|
||||||
|
|
Loading…
Reference in a new issue