Word2Vec
The Word2Vec model in `Gensim` is a classic word embedding method that maps words into dense vector space representations. It learns context-aware semantic relationships through sliding windows and is widely used in text classification, named entity recognition, and keyword extraction. Though replaced by more advanced models, it remains valuable for educational purposes and rapid prototyping.