Crates.io | wikipedia_prosesize |
lib.rs | wikipedia_prosesize |
version | 0.3.0-rc.2 |
source | src |
created_at | 2023-02-14 04:41:48.763481 |
updated_at | 2024-06-13 06:11:48.662923 |
description | Count Wikipedia prose size |
homepage | https://www.mediawiki.org/wiki/mwbot-rs |
repository | https://gitlab.wikimedia.org/repos/mwbot-rs/mwbot/ |
max_upload_size | |
id | 784597 |
size | 11,319 |
Calculate Wikipedia prose size
This crate is a rough port of the Wikipedia Prosesize script that allows for counting the bytes of prose on a page rather than the wikitext markup or generated HTML.
You will most likely fetch ImmutableWikicode
using the parsoid
crate.
The response from prosesize()
provides the text-only prose size, word count and text-only
references size. Enabling the optional serde-1
feature makes the size struct serializable
and deserializable.
wikipedia_prosesize
is part of the mwbot-rs
project.
We're always looking for new contributors, please reach out
if you're interested!
This crate is released under GPL-3.0-or-later. See COPYING for details.