Files
2020-02-12 10:37:12 -07:00
..
2018-07-22 22:50:37 -06:00
2018-08-02 14:42:00 -06:00
2019-03-04 21:51:30 -07:00

Navigate

Running the TF-IDF Keyword Extraction Tutorial Notebook

  1. From the command line, first, clone this repo.
git clone <this repo url>
  1. Next, switch to the tf-idf directory of this repo.
cd  nlp-in-practice/tf-idf
  1. Then, run jupyter notebook
jupyter notebook
  1. Select Keyword Extraction with TF-IDF and SKlearn.ipynb, now you can re-run the cells and extend the code!