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.2.tar.gz (3.3 kB view details)

Uploaded Source

File details

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

File metadata

  • Download URL: wiki-dump-reader-0.0.2.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.2.tar.gz
Algorithm Hash digest
SHA256 66d65eacaaafd706ec0acf7fcedd6de5a6f77a3aee863894d324064f1ab97d47
MD5 6b12ac4fe14e00048c057a29ff210532
BLAKE2b-256 e4a353e2d77ba23d8744a4795674692e3f068ea0add8422308c6953d6c0539a0

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