Skip to main content

Corpus en español del Estado Plurinacional de Bolivia para procesamiento de lenguaje natural

Project description

Open Corpus BO-ES

Open Corpus BO-ES es una biblioteca de Python para descargar y cargar corpus y recursos lingüísticos en español del Estado Plurinacional de Bolivia. Está orientada a facilitar el acceso a conjuntos de datos para tareas de Procesamiento del Lenguaje Natural (PLN).

Características

  • Descarga automática de corpus y recursos.
  • Carga de corpus en formato Parquet.
  • Catálogo de corpus mediante catalog.json.
  • Uso desde Python o desde la línea de comandos.

Instalación

pip install open-corpus-bo-es

Uso

Listar corpus disponibles

from open_corpus_bo_es import list_corpus

print(list_corpus())

Descargar un corpus

from open_corpus_bo_es import download_corpus

download_corpus("nombre_del_corpus")

Cargar un corpus

from open_corpus_bo_es import load_corpus

datos = load_corpus("nombre_del_corpus")
print(datos.head())

Ejemplo completo

from open_corpus_bo_es import (
    list_corpus,
    download_corpus,
    load_corpus,
)

print(list_corpus())

download_corpus("nombre_del_corpus")

datos = load_corpus("nombre_del_corpus")

print(datos.head())

Autor y Créditos

Omar Elias Yana Cerezo omar182_ya@hotmail.com

Licencia

Este proyecto se distribuye bajo la licencia MIT.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

open_corpus_bo_es-0.1.0.tar.gz (7.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

open_corpus_bo_es-0.1.0-py3-none-any.whl (8.7 kB view details)

Uploaded Python 3

File details

Details for the file open_corpus_bo_es-0.1.0.tar.gz.

File metadata

  • Download URL: open_corpus_bo_es-0.1.0.tar.gz
  • Upload date:
  • Size: 7.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.12

File hashes

Hashes for open_corpus_bo_es-0.1.0.tar.gz
Algorithm Hash digest
SHA256 2b872fc715031ff303214b34b03f0537a07bf08f96ef7479f23b3592fbb0b7c1
MD5 42a1d8a5d4aac1615aa886392ae4a152
BLAKE2b-256 5b4b3700bc5ef22ed341b1962f9b5ca64083d5e6df7f657d87c4db8d31caa314

See more details on using hashes here.

File details

Details for the file open_corpus_bo_es-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for open_corpus_bo_es-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 274b7ba131c7aba4d05fbd28dbc995bf5ac564c1f0a1157fd0dbad0a2b1235e1
MD5 691299075ec0f786e716570816f225ea
BLAKE2b-256 96c45409337e4b820bcbb365b275cbbaebfd6f26b34517d8fcd795ef4c9916bb

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page