Expand description
Word2Vec embedding integration for text content
This module provides Word2Vec-based embeddings with support for:
- Pre-trained model loading
- Document embedding aggregation
- Subword handling
- Out-of-vocabulary management
- Hierarchical softmax support
Structs§
- Word2
VecConfig - Word2Vec configuration
- Word2
VecEmbedding Generator - Word2Vec embedding generator
Enums§
- Aggregation
Method - Aggregation method for combining word embeddings into document embeddings
- OovStrategy
- Out-of-vocabulary word handling strategy
- Word2
VecFormat - Word2Vec model format