From 56a9feec7d5c1659f121e8d33b39b3d84e44f8a7 Mon Sep 17 00:00:00 2001 From: Nirant Date: Mon, 19 Nov 2018 12:22:41 +0530 Subject: [PATCH] Removed dependency note, use requirements.txt --- ulmfit/README.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/ulmfit/README.md b/ulmfit/README.md index 355965d..17b2388 100644 --- a/ulmfit/README.md +++ b/ulmfit/README.md @@ -25,16 +25,6 @@ The extracted data should be in the folder `wiki_extr` -> language name e.g.`en` ## Create and Post Process WikiText -### Get the Dependencies - -**Python Fire**: To install Python Fire with pip, run: `pip install fire` - -To install Python Fire with conda, run: `conda install fire -c conda-forge` - -**Moses Tokenizer**: To install Moses Tokenizer: `pip install -U sacremoses` - -Use the Python script [create_wikitext.py](./create_wikitext.py) to process the extracted Wikipedia documents. - ### Create and Post-Process If you used the automated shell script from previous step, this might look something like ```bash