attardi / wikiextractor

A tool for extracting plain text from Wikipedia dumps
GNU Affero General Public License v3.0
3.74k stars 965 forks source link

error_replacement #289

Open Woojin718 opened 2 years ago

Woojin718 commented 2 years ago

While using this program i got an error.Due to under problem it was not working from .extract import Extractor, ignoreTag, define_template, acceptedNamespaces

So i changed into from extract import Extractor, ignoreTag, define_template, acceptedNamespaces where i remove the dot after from.