Skip to main content

Bindings to a rust library that can help process wikipedia's data dumps.

Project description

Wikicleaner

Wikipedia provides a series of dumps in XML format. While developing this project, I personally used the simple wiki dumps.

Purpose

The intent of this project is to provide some low-level routines that allow us to manipulate the content of XML dumps. One such routine removes all of the annotations like [[File:*]] and {{some metadata}} in order to make our input more digestible for an AI application that uses embeddings.

Example Usage

>>> import wikicleaner as wc
>>> article_raw_text = "[[File:Colorful spring garden.jpg|thumb|180px|right|[[Spring]] flowers in April in the [[Northern Hemisphere]].]] April comes between [[March]] and [[May]]"
>>> wc.clean_article_text(article_raw_text)
' April comes between March and May'

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

wikicleaner-0.1.5.tar.gz (15.3 kB view hashes)

Uploaded Source

Built Distribution

wikicleaner-0.1.5-cp311-cp311-manylinux_2_34_x86_64.whl (205.2 kB view hashes)

Uploaded CPython 3.11 manylinux: glibc 2.34+ x86-64

Supported by

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