Help
Difference between revisions of "Create your own lists/es"
(Created page with "Ingrese el nombre de su lista (como se explica en el párrafo anterior) en el cuadro de texto a continuación para crear su lista. A continuación, podrá añadirle palabras....") |
(Created page with "Crear una nueva lista") |
||
Line 20: | Line 20: | ||
<inputbox> | <inputbox> | ||
type=create | type=create | ||
− | buttonlabel= | + | buttonlabel=Crear una nueva lista |
break=no | break=no | ||
namespaces=List | namespaces=List |
Revision as of 14:57, 10 January 2023
- Esta página se superpone con Help:Lists. Fusión o diferenciación bienvenida.
RecordWizard permite que cualquier persona importe palabras para grabar desde listas de palabras ya existentes. Esas listas son páginas wiki almacenadas en el espacio de nombres Lista. Por lo tanto, cualquier colaborador registrado puede crear sus propias listas o editar una existente.
Explorar listas existentes
Create a new list
Las listas se almacenan en Lingua Libre como páginas wiki estándar. Sus nombres están estandarizados; comienza con el código ISO 639-3 (lista completa disponible aquí) del idioma utilizado en la lista, el signo de puntuación barra "/" y, por último, el nombre que desea dar a su lista de palabras. Por ejemplo, para una lista de vegetales en inglés: Eng/Vegetables
.
Ingrese el nombre de su lista (como se explica en el párrafo anterior) en el cuadro de texto a continuación para crear su lista. A continuación, podrá añadirle palabras. Debe formatearse de la siguiente manera:
- Una palabra por línea;
- Las palabras pueden estar precedidas por un solo
#
; - No dejes ningún comentario dentro de tu lista, de lo contrario serán tratados como palabras para registrar.
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).