Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 599 Bytes

File metadata and controls

22 lines (17 loc) · 599 Bytes

Navigate

Running the Text Preprocessing Tutorial Notebook

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