Metadata-Version: 2.1
Name: SimiLab
Version: 0.0.5.17.dev0
Summary: NPL Package in development
Home-page: https://github.com/CID-ITBA
Author: CID
Author-email: author@example.com
License: MIT
Description: # CID SimilarityLab
        
        El primer paquete de NLP desarrollador por el **Centro de Inteligencia Digital**. La clase implementada les permitira interactuar con los modelos de lenguaje generados a partir de dos grande corpus. **The Guardian** y **The New York Times** fueron las grandes fuentes informaciÃ³n para llevar a acabo este proyecto.
        
        En esta fase de prueba por favor instale con pip:
        ```shell
        pip install SimiLab
        ```
        Y para testear su funcionamiento
        ```python
        >>> import SimiLab as sl
        >>> test = sl.testClass()
        Class instantiation succesful
        >>> test.say_hello()
        Hey! This seems to be working
        ```
        
        Pueden encontrar toda la documentacion [aqui](https://cid-docs.readthedocs.io).
        
Keywords: NLP corpus meaning
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
