extract-topics
Version:
Extract topics from text using LDA
14 lines (10 loc) • 347 B
Markdown
# Changelog
All notable changes to this project will be documented in this file.
## 1.0.3 - 2025-06-05
### 📦 Updated
- bump `sentence-parse` dependency version to `v1.3.1`
## 1.0.0 - 2025-01-24
### ✨ Added
- Initial release
- `topicExtraction` function for LDA-based topic analysis
- Configurable number of topics and terms per extraction