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 CETEMPublico
cp = CETEMPublico.load() # loads a small 10KB sample
# or
cp = CETEMPublico.load(full=True) # loads the full 12GB
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.14.tar.gz
(3.9 kB
view details)
Built Distribution
File details
Details for the file cetem-publico-0.0.14.tar.gz
.
File metadata
- Download URL: cetem-publico-0.0.14.tar.gz
- Upload date:
- Size: 3.9 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 |
e8353e8acffeac817bb9e0777a25650f1b2a6159d8e28787a06ef56a8f64bbe9
|
|
MD5 |
872822695b93e6fc6505b70e116905dc
|
|
BLAKE2b-256 |
f0cefe3c9e0121513db2a4cc42a4e50fb5b57b0686294b60ce7760df8fdc1fc8
|
File details
Details for the file cetem_publico-0.0.14-py3-none-any.whl
.
File metadata
- Download URL: cetem_publico-0.0.14-py3-none-any.whl
- Upload date:
- Size: 4.2 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 |
469d1a77b04cbc19bbb1b122c4b42529f34af173c577212fd32bd50e171da65c
|
|
MD5 |
f56b0350a67cdfe3a1cbf44997665135
|
|
BLAKE2b-256 |
b5f1635f3626316c31c883ac04c5298b1f1f458498731f24034a41bc434ab9b7
|