Skip to main content

Extract corpora from Wikipedia dumps

Project description

Travis Coverage

Extract corpora from wiki-dump.

Install

pip install wiki-dump-reader

Usage

The dump file *wiki-*-pages-articles.xml should be downloaded first. Then you can iterate and get cleaned text from the text:

from wiki_dump_reader import Cleaner, iterate

cleaner = Cleaner()
for title, text in iterate('*wiki-*-pages-articles.xml'):
    text = cleaner.clean_text(text)
    cleaned_text, links = cleaner.build_links(text)

Just ignore links if you don’t need them:

cleaned_text, _ = cleaner.build_links(text)

See examples for an intuitive feeling.

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

wiki-dump-reader-0.0.3.tar.gz (3.3 kB view details)

Uploaded Source

File details

Details for the file wiki-dump-reader-0.0.3.tar.gz.

File metadata

  • Download URL: wiki-dump-reader-0.0.3.tar.gz
  • Upload date:
  • Size: 3.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/28.8.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.6.4

File hashes

Hashes for wiki-dump-reader-0.0.3.tar.gz
Algorithm Hash digest
SHA256 7328f09353385206e899dd3b0981a2da42841c65aef70f995723d6bda72277d1
MD5 ada1ba472fbf6695b6e30c31775f0312
BLAKE2b-256 2f624fcb9bc186b372165316dbf91c643ce5cba00587473db0e4342af6538804

See more details on using hashes here.

Supported by

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