https://github.com/dkpro/dkpro-jwpl
DKPro JWPL (DKPro Java Wikipedia Library) is a free, Java-based application programming interface that facilitates access to all information in Wikipedia.
https://github.com/dkpro/dkpro-jwpl
Last synced: 5 months ago
JSON representation
DKPro JWPL (DKPro Java Wikipedia Library) is a free, Java-based application programming interface that facilitates access to all information in Wikipedia.
- Host: GitHub
- URL: https://github.com/dkpro/dkpro-jwpl
- Owner: dkpro
- License: apache-2.0
- Created: 2015-07-31T11:17:23.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2026-01-12T20:24:14.000Z (5 months ago)
- Last Synced: 2026-01-12T21:26:49.963Z (5 months ago)
- Language: Java
- Homepage: https://dkpro.github.io/dkpro-jwpl
- Size: 8.44 MB
- Stars: 87
- Watchers: 14
- Forks: 35
- Open Issues: 36
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# dkpro-jwpl
[](https://raw.githubusercontent.com/dkpro/dkpro-jwpl/master/LICENSE.txt)
[](https://maven-badges.herokuapp.com/maven-central/org.dkpro.jwpl/dkpro-jwpl)
[](https://github.com/dkpro/dkpro-jwpl/actions/workflows/maven.yml/badge.svg)
[](https://github.com/dkpro/dkpro-jwpl/graphs/contributors)
[](https://github.com/dkpro/dkpro-jwpl/pulls)
DKPro JWPL (DKPro Java Wikipedia Library) is a free, Java-based application programming interface that facilitates access to all information in Wikipedia.
Core features:
* Fast and efficient access to [Wikipedia](https://www.wikipedia.org),
* Parser for the [MediaWiki](https://www.mediawiki.org/wiki/MediaWiki) syntax,
* Language independent
In addition to the core functionality, DKPro JWPL allows access to Wikipedia's edit history with the Wikipedia Revision Toolkit.
Features of the Wikipedia Revision Toolkit:
* Tools for reconstructing past states of Wikipedia (TimeMachine)
* Efficient access to all article revisions (RevisionMachine)
* Dedicated revision storage format
More detailed information can be found at the [DKPro JWPL website](https://dkpro.github.io/dkpro-jwpl/).