- From the command line, first, clone this repo.
git clone <this repo url>
- Next, switch to the text preprocessing directory of this repo.
cd nlp-in-practice/text-pre-processing
- Then, run jupyter notebook
jupyter notebook
- Select
Text Preprocessing Examples.ipynb
, now you can re-run the cells and re-use the code!