Jump to content

Extension:WikibaseLexeme/ko

From mediawiki.org
This page is a translated version of the page Extension:WikibaseLexeme and the translation is 7% complete.
미디어위키 확장 기능 설명서
WikibaseLexeme
출시 상태: 안정
설명 Allows storing and modifying the structured lexicographic data in the Wikibase instance.
만든 이 The Wikidata team
최신 버전 continuous updates
MediaWiki >= 1.47.0
데이터베이스 변경
  • $wgLexemeLanguageCodePropertyId
  • $wgLexemeLexicalCategoryItemIds
  • $wgLexemeEnableRepo
  • $wgLexemeNamespace
  • $wgLexemeEnableDataTransclusion
Licence GNU General Public License 2.0 or later
다운로드
readme
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.

See also: Extension:WikibaseLexeme/Data_Model

Requirements

Wikibase must be installed.

설치

  • 파일을 다운로드하고 WikibaseLexeme 폴더를 extensions/ 디렉토리에 넣어 주세요.
    개발자와 코딩 기여자는 Git을 이용해 확장기능을 다운받는 것이 좋습니다.
    cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/WikibaseLexeme
    
  • 아래의 코드를 LocalSettings.php 코드의 마지막에 추가합니다.
    wfLoadExtension( 'WikibaseLexeme' );
    
  • Define a namespace for Lexeme entities
  • Yes 완료 – 위키의 ‘Special:Version’에 이동해서, 확장기능이 올바르게 설치된 것을 확인합니다.

See also