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