LinguaLibre

Difference between revisions of "List of languages"

Supported languages on LinguaLibre can be found via the researh tool, example: Search:Cantonese for this specific language. You can also browse the list below for fast overview of all supported languages. The list below includes values useful to bots and developers.

(→‎List: list of all languages present on Lingua Libre)
Line 1: Line 1:
 
{{#Subtitle:'''Supported languages on LinguaLibre''' can be found via the researh tool, example: [https://lingualibre.org/wiki/Special:Search?search=Cantonese Search:Cantonese] for this specific language. You can also browse the list below for fast overview of all supported languages. The list below includes values useful to bots and developers.}}
 
{{#Subtitle:'''Supported languages on LinguaLibre''' can be found via the researh tool, example: [https://lingualibre.org/wiki/Special:Search?search=Cantonese Search:Cantonese] for this specific language. You can also browse the list below for fast overview of all supported languages. The list below includes values useful to bots and developers.}}
  
== List ==
+
== List of languages for which words have already been recorded ==
  
 
<query _pagination="100" language="LinguaLibre Qid" wikidata="Wikidata Qid" code="ISO 639-3 code" nb="Number of records">
 
<query _pagination="100" language="LinguaLibre Qid" wikidata="Wikidata Qid" code="ISO 639-3 code" nb="Number of records">
Line 14: Line 14:
 
GROUP BY ?language ?wikidata ?languageLabel ?code
 
GROUP BY ?language ?wikidata ?languageLabel ?code
 
ORDER BY DESC(?nb)
 
ORDER BY DESC(?nb)
 +
</query>
 +
 +
== List of languages for which you can record ==
 +
 +
<query _pagination="100" language="LinguaLibre Qid" wikidata="Wikidata Qid" code="ISO 639-3 code">
 +
select ?language ?wikidata ?languageLabel ?code )
 +
where {
 +
  ?language prop:P2 entity:Q4 .
 +
  OPTIONAL { ?language prop:P12 ?wikidata }
 +
  OPTIONAL { ?language prop:P13 ?code }
 +
  OPTIONAL { ?language rdfs:label ?languageLabel . FILTER (lang(?languageLabel) = "en"). }
 +
}
 +
GROUP BY ?language ?wikidata ?languageLabel ?code
 +
ORDER BY DESC(?code)
 
</query>
 
</query>
  

Revision as of 16:59, 3 March 2021


List of languages for which words have already been recorded

... Loading ...

List of languages for which you can record

... Loading ...

See also