October 2022
Beginner
456 pages
15h 10m
English
This chapter covers
In this and the next chapter, you will build your own algorithm that can identify the profile or even the precise identity of an anonymous author of a text based solely on their writing. As you will find out over the next two chapters, this task brings together several useful NLP concepts and techniques that were introduced in the previous chapters. You’ve learned that
Tokenizers can be applied to split text into individual words.
Words may be meaningful, or they may simply express some function (e.g., linking ...
Read now
Unlock full access