Skip to main content

Parse emails from Vosk API and Whisper.

Project description

==============

Whisk Parser

==============

Parse emails from Vosk API and Whisper.

++++++++++++

Installation

++++++++++++

Please make sure that you have updated pip to the latest version before installing whisk-parser.

You can install the module using Python Package Index using the below command.

.. code-block:: python

pip install whisk_parser

+++++

Usage

+++++

First you have to import the module using the below code.

.. code-block:: python

import whisk_parser as wp

Then you can use the parse_email method to convert a string to a valid email.

.. code-block:: python

>>> print(wp.parse_email('my email is john at gmail.com'))
my email is john@gmail.com

>>> print(wp.parse_email('my email is john underscore doe at gmail.com'))
my email is john_doe@gmail.com

>>> print(wp.parse_email('The aggregate and underlying individual governance indicators are available at www.govindicators.org.'))
The aggregate and underlying individual governance indicators are available at www.govindicators.org.

++++++++++++

Contributors

++++++++++++

  • Luis Alfredo Reyes (runesc <https://github.com/runesc>__)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

whisk_parser-1.0.0.tar.gz (12.3 kB view hashes)

Uploaded Source

Built Distribution

whisk_parser-1.0.0-py3-none-any.whl (10.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page