Core Text Processing Algorithms
How does a computer process a piece of text? So that it can do interesting stuff with it. Such as picking the correct meaning out of a sarcastic remark or discerning spam from legit emails. This post explains four of the essential text processing algorithms: one-hot encoding, n-grams, word embeddings and bag of words. Linguistics…