Extension:WikibaseLexeme

This page is a translated version of the page Extension:WikibaseLexeme and the translation is 64% complete.
MediaWiki 拡張機能マニュアル
WikibaseLexeme
リリースの状態: 安定
説明 Allows storing and modifying the structured lexicographic data in the Wikibase instance.
作者 ウィキデータ チーム
最新バージョン 継続的な更新
MediaWiki >= 1.42
データベースの変更 はい
Composer wikibase/lexeme
ライセンス GNU 一般公衆利用許諾書 2.0 以降
ダウンロード
readme
  • $wgLexemeLanguageCodePropertyId
  • $wgLexemeLexicalCategoryItemIds
  • $wgLexemeEnableRepo
  • $wgLexemeNamespace
  • $wgLexemeEnableDataTransclusion
Quarterly downloads 20 (Ranked 124th)
Public wikis using 826 (Ranked 312nd)
WikibaseLexeme 拡張機能の翻訳にご協力ください
問題点 未解決のタスク · バグを報告

The Wikibase Lexeme extension provides improved modeling for lexical entities such as words and phrases. While it would be theoretically possible to model these things using Items, a more expressive specialized model helps to reduce complexity, and improve re-use and mappings to other vocabularies.

関連項目: Extension:WikibaseLexeme/Data_Model

要件

Wikibase must be installed.

インストール

  • ダウンロードして、ファイルをextensions/フォルダー内のWikibaseLexemeという名前のディレクトリ内に配置します。
    開発者とコード寄稿者は、上記の代わりに以下を使用してGitからインストールします:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/WikibaseLexeme
  • 以下のコードを LocalSettings.php ファイルの末尾に追加します:
    wfLoadExtension( 'WikibaseLexeme' );
    
  • Define a namespace for Lexeme entities
  •   完了 – ウィキの「Special:Version」に移動して、拡張機能が正しくインストールされたことを確認します。

関連項目