Metadata-Version: 2.1
Name: bertagent
Version: 1.0.4
Summary: Quantify linguistic agency in textual data.
Home-page: https://github.com/cogsys-io/bertagent
Author: cogsys.io
Author-email: bertagent@cogsys.io
License: GNU General Public License v3
Keywords: bertagent
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.8
Description-Content-Type: text/x-rst
Provides-Extra: setup
Provides-Extra: test
Provides-Extra: dev
Provides-Extra: all
License-File: LICENSE
License-File: AUTHORS.rst

=========
BERTAgent
=========

.. image:: https://img.shields.io/pypi/v/bertagent?version=latest
   :target: https://pypi.python.org/pypi/bertagent
   :alt: PyPI Version

.. image:: https://img.shields.io/github/actions/workflow/status/cogsys-io/bertagent/build-main.yml
   :alt: GitHub Workflow (Build Main) Status
   :target: https://github.com/cogsys-io/bertagent

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

.. image:: https://img.shields.io/pypi/l/bertagent?color=brightgreen
   :target: https://github.com/cogsys-io/bertagent/blob/master/LICENSE
   :alt: License


Quantify linguistic agency in textual data.

* Publication: BERTAgent: A Novel Tool to Quantify Agency in Textual Data (doi: TBA)
* PyPi: https://pypi.org/project/bertagent/
* GitHub: https://github.com/cogsys-io/bertagent
* Documentation: https://bertagent.readthedocs.io (https://bertagent.rtfd.io)
* Free software: GNU General Public License v3


Features
--------

* TODO

Credits
-------

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

.. _Cookiecutter: https://github.com/cookiecutter/cookiecutter
.. _`cogsys-io/cogsys-io-cookiecutter-pypackage`: https://github.com/cogsys-io/cogsys-io-cookiecutter-pypackage


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

0.0.0 (2023-05-22)
------------------

* First release on PyPI.
