From 0577d75e71b80acfebad115d46e2363041af61c9 Mon Sep 17 00:00:00 2001 From: Andy ThePHPFactory Date: Fri, 24 Jul 2020 00:32:51 +0300 Subject: [PATCH] Update README.md without the camelcase i get "No module named wikiextractor.Wikiextractor" in python3 on windows 10 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 045929d..54dda91 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ In order to speed up processing: The script may be invoked directly: - python -m wikiextractor.Wikiextractor + python -m wikiextractor.WikiExtractor however it can also be installed from `PyPi` by doing: @@ -42,7 +42,7 @@ or locally with: ### Wikiextractor The script is invoked with a Wikipedia dump file as an argument: - python -m wikiextractor.Wikiextractor + python -m wikiextractor.WikiExtractor 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).