Help
Help:自分のリストを作る
- このページはHelp:Listsとオーバーラップしています。マージまたは区別を歓迎します。
録音ウィザードを使うと、誰でも録音するワードを既存のワードリストからインポートできます。それらのリストはList 名前空間内にストアされたウィキのページです。そのため、貢献者はログインすれば自分のリストを作成したり、既存のものを編集したりできます。
既存のリストを探す
新しいリストを作成する
リストはLingua Libre 上に標準ウィキページとしてストアされています。その名前は標準化されています; リストで使われている言語のISO 639-3コード (complete list available here)で始まり、"/" で区切られ、最後に自分のワードリストに付ける名前で終わります。例えば、英語のvegetables のリストは Eng/Vegetables
のようになります。
前段で説明したように、あなたのリストの名前を下記のテキストボックスに入力して、自分のリストを作成します。そこにワードを追加します。その際、次のような形式でなければなりません:
- 行あたりひとつのワード;
- 行の先頭には単一の
#
または*
を付加できます; - リスト内にコメントを残さないでください。録音すべきワードとみなされてしまいます。
クエリでリストを生成する
ウィキデータ項目、語彙素(ウィキデータのクエリ・サービスを使います)、Petscanなどから来るリストを作成することができます。
- ウィキデータからリストを作るには
- 録音ウィザード の3番目のステップ("詳細")に行き
- 画面右下にあるボタン"外部ツール" をクリックして
- 現れたダイアログウィンドウで、ウィキデータのリンクを追加して取得したいワードの数を選ぶことができます
- Requirements for the query
- The query must return the Qid (or the Lid-Fid for Forms) in a column named "?id", and the corresponding text in a column named "?label"
- The link must be a link to the query interface (not the direct result) and should not be shortened
- Examples of queries that you can use or edit
SELECT ?id ?label { ?id wdt:P31/wdt:P279* wd:Q484170 ; wdt:P131 wd:Q12589. ?id rdfs:label ?label. FILTER(lang(?label) = "fr"). }
SELECT ?id ?label WHERE { ?l a ontolex:LexicalEntry ; dct:language wd:Q150 ; wikibase:lexicalCategory wd:Q1084 ; ontolex:lexicalForm ?id . ?id ontolex:representation ?label . FILTER NOT EXISTS { ?id wdt:P443 ?audio. } }
SELECT ?id ?label WHERE { ?l a ontolex:LexicalEntry ; dct:language wd:Q1860 ; wikibase:lexicalCategory wd:Q1084 ; ontolex:lexicalForm ?id . ?id ontolex:representation ?label . FILTER NOT EXISTS { ?id wdt:P443 ?audio. } }
Multi-lingual wordlist
Multi-lingual wordlist --wordlist including the translation of target words-- are not supported at the moment. An issue have been opened on LinguaLibre developments and bugs tracking system (T211086).