2021-11-22 14:31:23 +05:30
2021-11-22 14:31:23 +05:30
2021-11-21 12:52:44 +05:30
2021-11-21 13:05:18 +05:30
2021-11-21 12:52:44 +05:30
2021-11-21 12:52:44 +05:30
2021-11-22 14:31:23 +05:30
2021-11-21 13:03:20 +05:30
2021-11-21 13:03:20 +05:30
2021-11-21 12:52:44 +05:30
2021-11-21 13:03:37 +05:30
2021-11-21 13:10:21 +05:30
2021-11-21 13:03:37 +05:30
2021-11-21 13:03:37 +05:30
2021-11-21 12:52:44 +05:30

zeroshot_topics
===============

.. contents:: **Table of Contents**
    :backlinks: none

Installation
------------

zeroshot_topics is distributed on `PyPI <https://pypi.org>`_ as a universal
wheel and is available on Linux/macOS and Windows and supports
Python 3.7+ and PyPy.

.. code-block:: bash

    $ pip install zeroshot_topics

Usage
------

.. code-block:: python 

    from zeroshot_topics import ZeroShotTopicFinder
    zsmodel = ZeroShotTopicFinder()
    text = """can you tell me anything else okay great tell me everything you know about George_Washington. 
    he was the first president he was well he I'm trying to well he fought in the Civil_War he was a general 
    in the Civil_War and chopped down his father's cherry tree when he was a little boy he that's it."""
    zsmodel.find_topic(text)
    


License
-------

zeroshot_topics is distributed under the terms of

- `MIT License <https://choosealicense.com/licenses/mit>`_
- `Apache License, Version 2.0 <https://choosealicense.com/licenses/apache-2.0>`_
Languages
Python 62.6%
Jupyter Notebook 37.4%