An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# dkpro-jwpl

[![GitHub license](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://raw.githubusercontent.com/dkpro/dkpro-jwpl/master/LICENSE.txt)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.dkpro.jwpl/dkpro-jwpl/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.dkpro.jwpl/dkpro-jwpl)
[![Build Status](https://github.com/dkpro/dkpro-jwpl/actions/workflows/maven.yml/badge.svg)](https://github.com/dkpro/dkpro-jwpl/actions/workflows/maven.yml/badge.svg)
[![Contributors](https://img.shields.io/github/contributors/dkpro/dkpro-jwpl)](https://github.com/dkpro/dkpro-jwpl/graphs/contributors)
[![GitHub pull requests](https://img.shields.io/github/issues-pr-raw/dkpro/dkpro-jwpl.svg)](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/).