In Chapter 4, I introduced you to some of the more advanced deep learning and NLP techniques, and I discussed how to implement these models in some basic problems, such as mapping word vectors. Before we conclude this book, I will discuss a handful of other NLP tasks that are more domain-specific, but nonetheless useful to go through.
By this point, you should be relatively comfortable with preprocessing text data in various formats, and you should understand a few NLP tasks, such ...