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.1.tar.gz
(6.1 kB
view details)
Built Distributions
asrp-0.0.1-py3.7.egg
(14.2 kB
view details)
asrp-0.0.1-py3-none-any.whl
(10.5 kB
view details)
File details
Details for the file asrp-0.0.1.tar.gz
.
File metadata
- Download URL: asrp-0.0.1.tar.gz
- Upload date:
- Size: 6.1 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 | bbb98eeaf1503191f26141bcbe731db8bed59bf13812c1f61257fe4084e31514 |
|
MD5 | 0d9c7409d112fd9d3b5b7d64f3cd4207 |
|
BLAKE2b-256 | 73e8f6c94b2790a9c88c19a43abad5338314d2c6b2e3116e098655c66079cb19 |
File details
Details for the file asrp-0.0.1-py3.7.egg
.
File metadata
- Download URL: asrp-0.0.1-py3.7.egg
- Upload date:
- Size: 14.2 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 | 0139c59474f3fb60ba0327695c441d1d097c3ef371accde004e08c42282aa16c |
|
MD5 | ba00ba44467833e56b73c7d16c13cf91 |
|
BLAKE2b-256 | ef4c4e038d9031271a324bb01e7eb2d201ff3fd0b159b598b48edac141c6b843 |
File details
Details for the file asrp-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: asrp-0.0.1-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 | 071ffd1184dc3c41f701b04b68ce8b438edcc1803bc93018fb5d7f8ab571e2db |
|
MD5 | d57c1517251a392921b082d464eba1b9 |
|
BLAKE2b-256 | f3f6c9686e78155d42694176ef40ef8395084b57c33af52b2a389b3fba0c5150 |