From 15e88fa5b245432cada05431b3324a24530dc744 Mon Sep 17 00:00:00 2001 From: Patrick Flor Date: Wed, 17 Aug 2016 09:38:24 -0700 Subject: [PATCH] Use `-` to allow stdin in README example --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 4e30766..06d0568 100644 --- a/README.md +++ b/README.md @@ -118,8 +118,7 @@ The following commands illustrate how to apply the script to a Wikipedia dump: > wget http://download.wikimedia.org/itwiki/latest/itwiki-latest-pages-articles.xml.bz2 - > bzcat itwiki-latest-pages-articles.xml.bz2 | - WikiExtractor.py -cb 250K -o extracted + > bzcat itwiki-latest-pages-articles.xml.bz2 | WikiExtractor.py -cb 250K -o extracted - In order to combine the whole extracted text into a single file one can issue: