No project description provided
Project description
asrp
ASR text preprocessing utility
install
pip install asrp
usage
input: dictionary, with key sentence
output: preprocessed result, inplace handling.
import asrp
batch_data = {
'sentence': "I'm fine, thanks."
}
asrp.fun_en(batch_data)
dynamic loading
import asrp
batch_data = {
'sentence': "I'm fine, thanks."
}
preprocessor = getattr(asrp, 'fun_en')
preprocessor(batch_data)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
asrp-0.0.2.tar.gz
(12.3 kB
view details)
Built Distributions
asrp-0.0.2-py3.7.egg
(14.4 kB
view details)
asrp-0.0.2-py3-none-any.whl
(10.5 kB
view details)
File details
Details for the file asrp-0.0.2.tar.gz
.
File metadata
- Download URL: asrp-0.0.2.tar.gz
- Upload date:
- Size: 12.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.0.3 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.7.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b3bcdd30ff1bf6f680cb46e277d7f38871553f2c6c92ea3ca982c94ffd9719a9 |
|
MD5 | 665802f9855bd06a17352139112cb374 |
|
BLAKE2b-256 | d537291255b9e69a0766485198f292c23f1e198e6352bea19d94772ad4570a9e |
File details
Details for the file asrp-0.0.2-py3.7.egg
.
File metadata
- Download URL: asrp-0.0.2-py3.7.egg
- Upload date:
- Size: 14.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.0.3 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.7.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8e8c456516b49a7859b1c660e1de36e30381a5571ebe41dd53e6c7db0f30868e |
|
MD5 | 479b95ca971c95f53cc71f1857ae5aa5 |
|
BLAKE2b-256 | 7dd12eb084c8161128f26680b18cecac79f4167c299f8ff06d26d107b50e2a8f |
File details
Details for the file asrp-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: asrp-0.0.2-py3-none-any.whl
- Upload date:
- Size: 10.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.0.3 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.7.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dae6ad8ca60922401091b01d84b529a64c5fd11953e3ca79c05692fd490b7c85 |
|
MD5 | 32dd2f7a6468856fb830b4d1697883b6 |
|
BLAKE2b-256 | 851f205aff97d2a4b764682295abc0b2baa45098b123a97949c0c12b323d0593 |