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