Let's check your knowledge of the material we've covered

Code your own tokenizer

Write a simple tokenizer function to take in a string, tokenize by individual words


In [ ]:

Create your own vectorizer

Write code to output the list of tokens and the count for each token


In [ ]:


In [ ]: