From ae7898a92e80c77fd45fffc523d3a9bd63daf634 Mon Sep 17 00:00:00 2001 From: Giuseppe Attardi Date: Thu, 14 Oct 2021 13:46:00 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a29776..bd5407c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # WikiExtractor -[WikiExtractor.py](http://medialab.di.unipi.it/wiki/Wikipedia_Extractor) is a Python script that extracts and cleans text from a [Wikipedia database backup dump](https://dumps.wikimedia.org/). +[WikiExtractor.py](http://medialab.di.unipi.it/wiki/Wikipedia_Extractor) is a Python script that extracts and cleans text from a [Wikipedia database backup dump](https://dumps.wikimedia.org/), e.g. https://dumps.wikimedia.org/enwiki/latest/enwiki-latest-pages-articles.xml.bz2 for English. The tool is written in Python and requires Python 3 but no additional library. **Warning**: problems have been reported on Windows due to poor support for `StringIO` in the Python implementation on Windows.