Merge pull request #214 from AndyTheFactory/patch-1

Update README.md
This commit is contained in:
Giuseppe Attardi 2020-07-24 18:27:18 +02:00 committed by GitHub
commit 834e384cbe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ In order to speed up processing:
The script may be invoked directly: The script may be invoked directly:
python -m wikiextractor.Wikiextractor python -m wikiextractor.WikiExtractor
however it can also be installed from `PyPi` by doing: however it can also be installed from `PyPi` by doing:
@ -42,7 +42,7 @@ or locally with:
### Wikiextractor ### Wikiextractor
The script is invoked with a Wikipedia dump file as an argument: The script is invoked with a Wikipedia dump file as an argument:
python -m wikiextractor.Wikiextractor <Wikipedia dump file> python -m wikiextractor.WikiExtractor <Wikipedia dump file>
The output is stored in several files of similar size in a given directory. The output is stored in several files of similar size in a given directory.
Each file will contains several documents in this [document format](wiki/File-Format). Each file will contains several documents in this [document format](wiki/File-Format).