01 - Text preprocessing
02 - Text preprocessing using NLTK
03 - Text representation
04 - Text representation One-hot encoding
05 - One-hot encoding using scikit-learn
06 - Text representation N-grams
07 - N-grams representation using NLTK
08 - Text representation Bag-of-words (BoW)
09 - Bag-of-words representation using scikit-learn
10 - Text representation Term frequency-inverse document frequency (TF-IDF)
11 - TF-IDF representation using scikit-learn
12 - Text representation Word embeddings
13 - Word2vec embedding using Gensim
14 - Embedding with pretrained spaCy model
15 - Sentence embedding using the Sentence Transformers library
16 - Text representation Pre-trained language models (PLMs)
17 - Pre-trained language models using Transformers