Metadata-Version: 2.1
Name: tmnt
Version: 0.7.52b20240522
Summary: Topic modeling neural toolkit
Home-page: https://github.com/mitre/tmnt.git
Author: The MITRE Corporation
Author-email: wellner@mitre.org
License: Apache
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: NOTICE
Requires-Dist: optuna
Requires-Dist: mantichora >=0.9.5
Requires-Dist: transformers[torch]
Requires-Dist: torcheval
Requires-Dist: pyLDAvis ==3.4.0
Requires-Dist: MarkupSafe >=2.0
Requires-Dist: joblib >=0.8.4
Requires-Dist: future >=0.18.2
Requires-Dist: funcy >=1.16
Requires-Dist: pandas ==1.5.3
Requires-Dist: pyOpenSSL ==18.0.0
Requires-Dist: PySocks ==1.6.8
Requires-Dist: sacremoses >=0.0.38
Requires-Dist: sentence-splitter ==1.4
Requires-Dist: umap-learn[plot] >=0.5.5
Requires-Dist: numba
Requires-Dist: scipy
Requires-Dist: tabulate >=0.8.7
Requires-Dist: torch >=2.1.2
Requires-Dist: torchtext >=0.13.0

The Topic Modeling Neural Toolkit (TMNT) is a software library that enables training
topic models as neural network-based variational auto-encoders.

Current stable version is: 0.7.46

Documentation can be found here: https://tmnt.readthedocs.io/en/stable/

The latest development version documentation is here: https://tmnt.readthedocs.io/en/latest

