Metadata-Version: 2.1
Name: contextualized-topic-models
Version: 0.4.2
Summary: Contextualized Topic Models
Home-page: https://github.com/MilaNLProc/contextualized_topic_models
Author: Federico Bianchi
Author-email: f.bianchi@unibocconi.it
License: MIT license
Keywords: contextualized_topic_models
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5
Requires-Dist: pip (==19.2.3)
Requires-Dist: bump2version (==0.5.11)
Requires-Dist: wheel (==0.33.6)
Requires-Dist: watchdog (==0.9.0)
Requires-Dist: flake8 (==3.7.8)
Requires-Dist: tox (==3.14.0)
Requires-Dist: coverage (==4.5.4)
Requires-Dist: Sphinx (==1.8.5)
Requires-Dist: twine (==1.14.0)
Requires-Dist: torch
Requires-Dist: numpy
Requires-Dist: torchvision
Requires-Dist: gensim
Requires-Dist: sentence-transformers
Requires-Dist: pytest (==4.6.5)
Requires-Dist: pytest-runner (==5.1)

===========================
Contextualized Topic Models
===========================


.. image:: https://img.shields.io/pypi/v/contextualized_topic_models.svg
        :target: https://pypi.python.org/pypi/contextualized_topic_models

.. image:: https://travis-ci.com/MilaNLProc/contextualized-topic-models.svg
        :target: https://travis-ci.com/MilaNLProc/contextualized-topic-models

.. image:: https://readthedocs.org/projects/contextualized-topic-models/badge/?version=latest
        :target: https://contextualized-topic-models.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status


Contextualized Topic Models


* Free software: MIT license
* Documentation: https://contextualized-topic-models.readthedocs.io.

Super big shout-out to `Stephen Carrow`_ for creating the awesome https://github.com/estebandito22/PyTorchAVITM package
from which we constructed the foundations of this package. We are happy to redistribute again this software under the MIT License.


Features
--------

* TODO

Credits
-------


This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
.. _`Stephen Carrow` : https://github.com/estebandito22


=======
History
=======

0.1.0 (2020-04-04)
------------------

* First release on PyPI.


