text2array
Convert your NLP text data to arrays!
text2array helps you process your NLP text dataset into Numpy ndarray objects that are ready to use for e.g. neural network inputs. text2array handles data shuffling, batching, padding, and converting into arrays. Say goodbye to these tedious works!
Documentation
Contributing
Pull requests are welcome! To start contributing, first install flit.
pip install flit
Next, install this library and its dependencies in development mode.
flit install --symlink
Lastly, setup the pre-commit hook.
ln -s ../../pre-commit.sh .git/hooks/pre-commit
Tests, the linter, and the type checker can be run with pytest, flake8, and mypy respectively.
License
Apache License, Version 2.0
Release files for text2array 0.2.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| text2array-0.2.1.tar.gz | 23.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| text2array-0.2.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 39.5 kB
Release files / text2array-0.2.1.tar.gz
| Download URL | text2array-0.2.1.tar.gz |
|---|---|
| Size | 23.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
cbd276b5479ea046b751d273b5b21dfc1201ba9753894c72e70dafbc0e0cf6a4
|
|
BLAKE2b-256 checksum How to use checksums |
391f834f44603d590346d30746d2267fe39c5fbc0b1253da143b17fb01659a04
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
python-requests/2.23.0
|
Release files / text2array-0.2.1-py3-none-any.whl
| Download URL | text2array-0.2.1-py3-none-any.whl |
|---|---|
| Size | 15.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
a285ac80cf861f7857a88abf58fe2a9ed900da0aa6c65e92bd51dc094b9ecfe1
|
|
BLAKE2b-256 checksum How to use checksums |
f53450fc44ca5377b6708b91ec2267db09679f5165acb54719187be4c529e221
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
python-requests/2.23.0
|