1
0
Python module providing interface to wikidiff2 for SOTA wikitext diffs.
Go to file
2025-08-07 17:00:15 -07:00
mediawiki-php-wikidiff2@7b40de3fe9 gix bug in benchmark test. 2025-08-07 17:00:15 -07:00
pywikidiff2 release the gil! 2025-08-07 09:30:47 -07:00
test gix bug in benchmark test. 2025-08-07 17:00:15 -07:00
.gitignore Initial commit 2025-07-05 03:18:19 +00:00
.gitmodules use gerrit instead of github for wikidiff2 submodule. 2025-08-01 09:21:46 -07:00
LICENSE switch to GPL (for complience with wikidiff2) add the code. 2025-07-04 20:53:39 -07:00
main.py switch to GPL (for complience with wikidiff2) add the code. 2025-07-04 20:53:39 -07:00
pyproject.toml add script for benchmarking wikidiff2. 2025-08-07 16:00:22 -07:00
README.md create repository to call wikidiff2 from python. 2025-07-04 20:52:35 -07:00
setup.py try -O3 2025-07-05 13:34:05 -07:00

pywikidiff2

Python module providing interface to wikidiff2 for SOTA wikitext diffs.

Building

This is a thin wrapper around the wikidiff2 source code. If you didn't already run git clone --recursive ... when you cloned this repository, run

git submodule update --recursive.