Metadata-Version: 2.1
Name: aalto-asr-preprocessor
Version: 2021.6.16
Summary: Aalto ASR preprocessing tool for preparing texts.
Home-page: https://github.com/aalto-speech/aalto-asr-preprocessor
License: MIT
Keywords: aalto,ASR,preprocessor
Author: Anja Virkkunen
Author-email: anja.virkkunen@aalto.fi
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: click (>=7.1.2,<8.0.0)
Project-URL: Repository, https://github.com/aalto-speech/aalto-asr-preprocessor
Description-Content-Type: text/x-rst

Aalto ASR preprocessing package
===============================

|PyPI| |Python Version| |License|

|Tests| |pre-commit| |Black|

.. |PyPI| image:: https://img.shields.io/pypi/v/aalto-asr-preprocessor.svg
   :target: https://pypi.org/project/aalto-asr-preprocessor/
   :alt: PyPI
.. |Python Version| image:: https://img.shields.io/pypi/pyversions/aalto-asr-preprocessor
   :target: https://pypi.org/project/aalto-asr-preprocessor
   :alt: Python Version
.. |License| image:: https://img.shields.io/github/license/aalto-speech/aalto-asr-preprocessor
   :target: https://opensource.org/licenses/MIT
   :alt: License
.. |Tests| image:: https://github.com/aalto-speech/aalto-asr-preprocessor/workflows/Tests/badge.svg
   :target: https://github.com/aalto-speech/aalto-asr-preprocessor/actions?workflow=Tests
   :alt: Tests
.. |pre-commit| image:: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white
   :target: https://github.com/pre-commit/pre-commit
   :alt: pre-commit
.. |Black| image:: https://img.shields.io/badge/code%20style-black-000000.svg
   :target: https://github.com/psf/black
   :alt: Black

Features
--------

* Rule-based preprocessing recipes for ASR
* Recipes are validated with tests

Requirements
------------

* Python >= 3.8
* Click

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

You can install *aalto-asr-preprocessor* via pip_ from PyPI_:

.. code-block:: console

   $ pip install aalto-asr-preprocessor

Usage
-----

For detailed instructions, see `Usage`_
or type ``aalto-prep --help`` in terminal.

Contributing
------------

Contributions are very welcome.
To learn more, see the `Contributor Guide`_.

License
-------

Distributed under the terms of the MIT_ license,
*Aalto ASR preprocessor* is free and open source software.

Issues
------

If you encounter any problems,
please `file an issue`_ along with a detailed description.

Credits
-------

This project uses `@cjolowicz`_'s `Hypermodern Python Cookiecutter`_ template.


.. _@cjolowicz: https://github.com/cjolowicz
.. _MIT: http://opensource.org/licenses/MIT
.. _Hypermodern Python Cookiecutter: https://github.com/cjolowicz/cookiecutter-hypermodern-python
.. _file an issue: https://github.com/aalto-speech/aalto-asr-preprocessor/issues
.. _Contributor Guide: CONTRIBUTING.rst
.. _Usage: docs/index.rst
.. _pip: https://pip.pypa.io/
.. _PyPI: https://pypi.org/

