Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 566 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 566 Bytes

In-depth usage examples of scikit's CountVectorizer

Navigate

Running the Notebook

  1. From the command line, first, clone this repo.
git clone <this repo url>
  1. Next, switch to the CountVectorizer directory of this repo.
cd  nlp-in-practice/CountVectorizer
  1. Then, run jupyter notebook
jupyter notebook
  1. Select CountVectorizer.ipynb, and re-run the cells and re-use the code!