LinguaLibre

Difference between revisions of "Stats/oc"

Lingua Libre alpha foguèt anonciada en agost de 2018. Lo primièr d'abrial de 2019, pas mens de 100 000 enregistraments avián estat realizats dins 46 lengas, mercé a 128 locutors diferents. En genièr de 2020,sèm a mai de 200 000 enregistraments dins 82 lengas, mercé a 268 locutors.

(Created page with "== Estatisticas globales ==")
Line 43: Line 43:
 
<!-- * add column with language name in English, ex: French, Cantonese -->
 
<!-- * add column with language name in English, ex: French, Cantonese -->
 
<!-- * add column with iso3 code, ex: fra, yue -->
 
<!-- * add column with iso3 code, ex: fra, yue -->
<div class="mw-translate-fuzzy">
+
<query _pagination="10" language="Item (Language Qid)" code="ISO 639-3 code" nb="Number of records">
<query _pagination="10" language="Item (Language Qid)" languageLabel="Language" nb="Number of records">
 
    select ?language (COUNT(DISTINCT ?record) as ?nb)
 
    where {
 
        ?record prop:P2 entity:Q2 .
 
        ?record prop:P4 ?language .
 
     
 
        SERVICE wikibase:label {
 
            bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en" .
 
        }
 
    }
 
    GROUP BY ?language ?languageLabel
 
    ORDER BY DESC(?nb)
 
</query>
 
</div>
 
 
select ?language ?languageLabel ?code (COUNT(DISTINCT ?record) as ?nb)
 
select ?language ?languageLabel ?code (COUNT(DISTINCT ?record) as ?nb)
 
where {
 
where {

Revision as of 22:06, 10 October 2020

Other languages:
Bahasa Indonesia • ‎Bahasa Melayu • ‎Bali • ‎Bikol Central • ‎Deutsch • ‎English • ‎Esperanto • ‎Igbo • ‎Türkçe • ‎brezhoneg • ‎català • ‎español • ‎français • ‎lumbaart • ‎occitan • ‎polski • ‎română • ‎sicilianu • ‎svenska • ‎Ελληνικά • ‎македонски • ‎русский • ‎українська • ‎עברית • ‎বাংলা • ‎తెలుగు • ‎中文 • ‎日本語 • ‎ꯃꯤꯇꯩ ꯂꯣꯟ


Estatisticas globales

... Loading ...

Estatisticas mensuella

... Loading ...

Number of records per languages

... Loading ...

Locutors los mai prolifics

... Loading ...
   select ?locutor ?locutorLabel (COUNT(?record) as ?nb)
   where {
       ?record prop:P2 entity:Q2 .
       ?record prop:P5 ?locutor .
       ?record prop:P4 ?lang .
       #extra:{"type": "wikibase-item", "filter":"Q4", "label": "P4", "multiple": true} ?record prop:P4 entity:[EXTRA] .
       SERVICE wikibase:label {
           bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en" .
           ?locutor rdfs:label ?locutorLabel .
       }
   }
   GROUP BY ?locutor ?locutorLabel
   ORDER BY DESC(?nb)
   LIMIT 50

</query>