Extension:Inference

MediaWiki extensions manual
Inference
Release status: unmaintained
Implementation User interface, Data extraction, API
Description Provide simple inferences about Wikibase entities
Author(s)
Latest version 2018-12-09
Compatibility policy Master maintains backward compatibility.
MediaWiki
Database changes No
License GNU General Public License 2.0
Download
README
Hooks used
  • ScribuntoExternalLibraries
  • ScribuntoExternalLibraryPaths
Translate the Inference extension

The Inference extension provide a simple inference engine to query and build sets of entities from a Wikibase repository.

Installation

  • Download and place the file(s) in a directory called Inference in your extensions/ folder.
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'Inference' );
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.