Extension:Inference
![]() Release status: experimental |
|
---|---|
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 | GitHub: Note: README |
Translate the Inference extension | |
The Inference extension provide a simple inference engine to query and build sets of entities from a Wikibase repository.
InstallationEdit
- Download and place the file(s) in a directory called
Inference
in yourextensions/
folder. - Add the following code at the bottom of your
LocalSettings.php
:wfLoadExtension( 'Inference' );
- Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.