Help
Difference between revisions of "Create your own lists/he"
(Created page with "רשימת קומונות שנמצאות במחוז מאנש") |
(Created page with "=== שאילתות לדוגמה שאפשר להשתמש בהן או לערוך אותן ===") |
||
Line 40: | Line 40: | ||
* The link must be a link to the query interface (not the direct result) and should not be shortened | * The link must be a link to the query interface (not the direct result) and should not be shortened | ||
− | === | + | === שאילתות לדוגמה שאפשר להשתמש בהן או לערוך אותן === |
* לפריטים: [https://query.wikidata.org/#SELECT%20%3Fid%20%3Flabel%0A%7B%0A%20%20%3Fid%20wdt%3AP31%2Fwdt%3AP279%2a%20wd%3AQ484170%20%3B%0A%20%20%20%20%20%20%20%20wdt%3AP131%20wd%3AQ12589.%0A%20%20%3Fid%20rdfs%3Alabel%20%3Flabel.%0A%20%20FILTER%28lang%28%3Flabel%29%20%3D%20%22fr%22%29.%0A%7D רשימת קומונות שנמצאות במחוז מאנש] | * לפריטים: [https://query.wikidata.org/#SELECT%20%3Fid%20%3Flabel%0A%7B%0A%20%20%3Fid%20wdt%3AP31%2Fwdt%3AP279%2a%20wd%3AQ484170%20%3B%0A%20%20%20%20%20%20%20%20wdt%3AP131%20wd%3AQ12589.%0A%20%20%3Fid%20rdfs%3Alabel%20%3Flabel.%0A%20%20FILTER%28lang%28%3Flabel%29%20%3D%20%22fr%22%29.%0A%7D רשימת קומונות שנמצאות במחוז מאנש] |
Revision as of 06:34, 13 August 2024
- העמוד הזה חופף לעמוד עזרה:רשימות. מיזוג או בידול יתקבלו בברכה.
אשף ההקלטה מאפשר לכל אחד ואחת לייבא מילים להקלטה מכל רשימת מילים קיימת. הרשימות האלו מאוחסנות במרחב השם רשימה. לכן, כל מתנדב או מתנדבת שנכנסו לחשבון שלהם יכולים ליצור רשימות מילים משלהם או לערוך רשימה קיימת.
סיור ברשימות הקיימות
יצירת רשימה חדשה
Lists are stored on Lingua Libre as standard wikipages. Their names are standardized; it starts with the code ISO 639-3 (complete list available here) of the language used in the list, the slash "/" punctuation mark, and at last the name you want to give to your word list. For example, for a list of vegetables in English: Eng/Vegetables
.
Enter the name of your list (as explained in the previous paragraph) in the textbox below to create your list. You will then be able to add words to it. It should be formated as follow:
- One word per line;
- Words can be preceded by a single
#
; - Do not leave any comments inside your list, otherwise they will be treated as words to record.
יצירת רשימות משאילתות
It is possible to generate lists coming from Wikidata Items or Lexemes (using Wikidata's Query Service) or Petscan.
- To generate lists from Wikidata
- go to the 3rd step of the Record Wizard ("Details")
- click on the button "External tools" on the bottom right corner
- in the dialog window that appears, you can add the link of a Wikidata query and choose the number of words you want to get from it
- 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
שאילתות לדוגמה שאפשר להשתמש בהן או לערוך אותן
- לפריטים: רשימת קומונות שנמצאות במחוז מאנש
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. }
}
רשימות מילים רב־לשוניות
רשימות מילים רב־לשוניות --רשימות מילים שכוללות את תרגום מילות היעד-- אינן נתמכות כרגע. נפתחה בקשה לפיתוח בלינגואה ליברה ובמערכת מעקב התקלות (T211086).