This document provides a tutorial on text mining and text stream mining techniques. It covers common text mining processes like transforming text into vector space models using bag-of-words representations, computing term weights, and applying machine learning algorithms. Specifically, it discusses vector space models, term weighting using TF-IDF, cosine similarity as a distance measure, and machine learning algorithms for classification like k-Nearest Neighbors, nearest centroid classification, and support vector machines. The tutorial is intended to provide an overview of fundamental text mining and text stream mining concepts.