Metadata-Version: 2.1
Name: text_models
Version: 0.15.9
Summary: Text Models
Home-page: https://github.com/ingeotec/text_models
Author: Mario Graff
Author-email: mgraffg@ieee.org
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
License-File: LICENSE

Text Models
===============
.. image:: https://github.com/INGEOTEC/text_models/actions/workflows/test.yaml/badge.svg
	   :target: https://github.com/INGEOTEC/text_models/actions/workflows/test.yaml

.. image:: https://badge.fury.io/py/text-models.svg
	  :target: https://badge.fury.io/py/text-models

.. image:: https://coveralls.io/repos/github/INGEOTEC/text_models/badge.svg?branch=master
	  :target: https://coveralls.io/github/INGEOTEC/text_models?branch=master

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


INGEOTEC Text Model package deals with the creation of labeled
datasets using a self-supervised approach. It includes different text
models developed for Arabic, English, Spanish languages, as well as
the classes used to create them. Finally, it a modified Beam selection
technique, tailored to text classification, that chooses those text
models that are more suitable for a given text classification problem.

The documentation is on `readthedocs <https://text_models.readthedocs.io>`_.


