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 10KB file
# or
cetem_publico.download(full=True) # downloads full 12GB file
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.10.tar.gz
(3.6 kB
view details)
Built Distribution
File details
Details for the file cetem_publico-0.0.10.tar.gz
.
File metadata
- Download URL: cetem_publico-0.0.10.tar.gz
- Upload date:
- Size: 3.6 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 |
f334e719ef154482e6faceb86f92eadce63048e5a6dfa6881086f26e7a9ebbe2
|
|
MD5 |
8e08ca6bccc354fe5e88f961f9fd4d77
|
|
BLAKE2b-256 |
fa44ce3dd5167cd5be3c5f59c75744f10ebb678c98c8b9ed387b4eb3be180977
|
File details
Details for the file cetem_publico-0.0.10-py3-none-any.whl
.
File metadata
- Download URL: cetem_publico-0.0.10-py3-none-any.whl
- Upload date:
- Size: 4.5 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 |
9444baa8faf8b04c218167fa0cbd7d2c931b0c6ae40e1f1d005af9c8d8939157
|
|
MD5 |
34574046b3761a94a692e45bb6733947
|
|
BLAKE2b-256 |
4263f44b3376e5c1977c5c53239174ff4350c4e383d77c9682dfc878f1f0b650
|