Extension:Inference
Appearance
This extension is currently not actively maintained! Although it may still work, any bug reports or feature requests will more than likely be ignored. |
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 | 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.
Installation
[edit]- 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 file:
wfLoadExtension( 'Inference' );
- Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.