Help

Difference between revisions of "Create your own lists/mk"

(Created page with "== Создајте нов список ==")
(Created page with "Списоците се складираат на Lingua Libre како стандардни викистраници. Нивните имиња се стандардизир...")
Line 9: Line 9:
 
== Создајте нов список ==
 
== Создајте нов список ==
  
Lists are stored on Lingua Libre as standard wikipages. Their names are standardized; it starts with the code ISO 639-3 ([https://iso639-3.sil.org/code_tables/639/data 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: <code>Eng/Vegetables</code>.
+
Списоците се складираат на Lingua Libre како стандардни викистраници. Нивните имиња се стандардизирани; почнуваат со кодот ISO 639-3 ([https://iso639-3.sil.org/code_tables/639/data целосен список овде]) на јазиците што се користат, коса црта „/, и на крај името што му го давате на списокот. На пример, за список на зеленчуци на англиски: <code>Eng/Vegetables</code>.
  
 
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:
 
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:

Revision as of 03:14, 18 October 2021

Other languages:
Deutsch • ‎English • ‎Igbo • ‎brezhoneg • ‎español • ‎français • ‎norsk bokmål • ‎occitan • ‎português do Brasil • ‎sicilianu • ‎svenska • ‎македонски • ‎தமிழ் • ‎日本語 • ‎ꯃꯤꯇꯩ ꯂꯣꯟ
Оваа страница се преклопува со Help:Lists. Добредојдени сте да направите спојување или разликување.

Снимачот на изговор му овозможува секому да увезе зборови за снимање од постоечки списоци. Тие списоци се на викистраници складирани во именскиор простор Список. Така, секој најавен учесник може да создава свои списоци и да уредува постоечки.

Истражете ги постоечките списоци

Списоци подредени по јазичен код

Создајте нов список

Списоците се складираат на Lingua Libre како стандардни викистраници. Нивните имиња се стандардизирани; почнуваат со кодот ISO 639-3 (целосен список овде) на јазиците што се користат, коса црта „/“ , и на крај името што му го давате на списокот. На пример, за список на зеленчуци на англиски: 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.

Generate lists from queries

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

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).