Extension:WordNet

From mediawiki.org
MediaWiki extensions manual
WordNet
Release status: unknown
Implementation Parser extension , Special page
Author(s) Niklas LaxstrĂśm
Latest version 2023-11-26
MediaWiki
Composer mediawiki/wordnet
License GNU General Public License 2.0 or later
Download

The WordNet extension provides tools to import data from Finnish WordNet.

Installation[edit]

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