AnFreTh / STREAM

A versatile Python package engineered for seamless topic modeling, topic evaluation, and topic visualization. Ideal for text analysis, natural language processing (NLP), and research in the social sciences, STREAM simplifies the extraction, interpretation, and visualization of topics from large, complex datasets.
https://stream-topic.readthedocs.io
MIT License
33 stars 7 forks source link

version 0.1.9 #96

Closed AnFreTh closed 1 month ago

AnFreTh commented 1 month ago

This pull request introduces a new neural topic model, updates documentation, and makes several improvements to the codebase. The most important changes include adding the NSTM model, updating the README and documentation, and modifying the preprocessing steps.

New Model Addition

Documentation Updates

Preprocessing and Configuration Changes

Version and Dependency Updates

Other Code Changes