Extension:Inference
Appearance
From mediawiki.org
This extension is currently not actively maintained! Although it may still work, any bug reports or feature requests will more than likely be ignored.
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
Inferencein yourextensions/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.