Python wrapper for the CETEMPublico corpus
Project description
cetem_publico is a Python wrapper for the CETEMPublico corpus. It takes care of downloading, storing and importing the corpus into NLTK.
Installing
Install and update using pip:
pip install [--user] cetem_publico
A Simple Example
import cetem_publico
cetem_publico.download() # downloads small version (10KB)
# use full=True to download the full 12GB version
cp = cetem_publico.load()
print(cp.tagged_sents())
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
cetem_publico-0.0.9.tar.gz
(3.5 kB
view details)
Built Distribution
File details
Details for the file cetem_publico-0.0.9.tar.gz
.
File metadata
- Download URL: cetem_publico-0.0.9.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.8.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
eb69d140326ccb6521c6e84b7dbf349be582d9989ce42c478cd2281fbe7ec73c
|
|
MD5 |
e429290cd5b9eb0ba666ccfac0452e30
|
|
BLAKE2b-256 |
3948df1af9f61aaf9717c8f1a189ddb6980b2f82df4172008967191fc6fc4f04
|
File details
Details for the file cetem_publico-0.0.9-py3-none-any.whl
.
File metadata
- Download URL: cetem_publico-0.0.9-py3-none-any.whl
- Upload date:
- Size: 4.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.8.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
a4e907e015dad2a85c7b4d075354a02110b856c142e083370e8043ae29d1085e
|
|
MD5 |
d167bb452e4dfbed240562179deb5e57
|
|
BLAKE2b-256 |
982975e3805ee0da9b72931b59567522d561ffce0a84fabaaca33582a742cbd2
|