LinguaLibre

Difference between revisions of "Stats/oc"

Lingua Libre alpha foguèt anonciada en agost de 2018. Lo primièr d'abrial de 2019, "Lili" comptava pas mens de 100 000 enregistraments realizats dins 46 lengas, mercé a 128 locutors diferents. En genièr de 2020, i aviá mai de 200 000 enregistraments dins 82 lengas, mercé a 268 locutors.En junh de 2021, ne sèm a 500 000 enregistraments (dins 120 lengas, 538 locutors).

(Created page with "Nombre d'enregistraments pendent aqueste mes")
(Updating to match new version of source page)
Line 18: Line 18:
 
}
 
}
 
</query>
 
</query>
== Estatisticas mensuella ==
 
  
<query yearmonth="Data" records="Enregistraments novèls" speakers="Locutors actius" languages="Lengas activas">
+
Subpages:  
SELECT
+
* [[LinguaLibre:Stats/Users]]
?yearmonth
+
* [[LinguaLibre:Stats/Languages]]
(COUNT(DISTINCT ?record) AS ?records)
 
(COUNT(DISTINCT ?speaker) AS ?speakers)
 
(COUNT(DISTINCT ?language) AS ?languages)
 
WHERE {
 
  ?record prop:P2 entity:Q2 .
 
  ?record prop:P6 ?date .
 
  ?record prop:P5 ?speaker .
 
  ?record prop:P4 ?language .
 
  BIND( SUBSTR(str(?date), 0, 8) as ?yearmonth )
 
}
 
GROUP BY ?yearmonth
 
ORDER BY ?yearmonth
 
</query>
 
== Nombre d'enregistraments per lenga ==
 
 
 
<query _pagination="10" language="Item (Qid de la lenga)" code="còdi ISO 639-3" nb="Nombre d'enregistraments">
 
select ?language ?languageLabel ?code (COUNT(DISTINCT ?record) as ?nb)
 
where {
 
  ?record prop:P2 entity:Q2 .
 
  ?record prop:P4 ?language .
 
  OPTIONAL { ?language prop:P13 ?code }
 
  OPTIONAL { ?language rdfs:label ?languageLabel . FILTER (lang(?languageLabel) = "en"). }
 
}
 
GROUP BY ?language ?languageLabel ?code
 
ORDER BY DESC(?nb)
 
</query><!-- Just insert corresponding language code instead of "en" -->
 
 
 
== Locutors los mai prolifics ==
 
 
 
<query _pagination="10" locutor="Item (Qid locutor)" locutorLabel="Locutors" nb="Nombre d'enregistraments">
 
SELECT ?locutor ?locutorLabel ?nb WHERE {
 
  {
 
    SELECT ?locutor (COUNT(?record) as ?nb)
 
    WHERE {
 
        ?record prop:P2 entity:Q2 .        # Q2: record, P2: instance of.
 
        ?record prop:P5 ?locutor .          # Property:P5: speaker
 
    }
 
    GROUP BY ?locutor ?locutorLabel
 
    ORDER BY DESC(?nb)
 
    LIMIT 50
 
  }
 
  SERVICE wikibase:label {
 
    bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en" .
 
    ?locutor rdfs:label ?locutorLabel .
 
  }
 
}
 
ORDER BY DESC(?nb)
 
</query>
 
 
 
== Locutors los mai prolifics pendent aqueste mes ==
 
 
 
<query _pagination="10" locutor="Item (Qid locutor)" locutorLabel="Locutor" nb="Nombre d'enregistraments pendent aqueste mes">
 
SELECT ?locutor ?locutorLabel ?nb WHERE {
 
  {
 
    SELECT ?locutor (COUNT(?record) as ?nb)
 
    WHERE {
 
        ?record prop:P2 entity:Q2 .        # Q2: record, P2: instance of.
 
        ?record prop:P5 ?locutor .          # Property:P5: speaker
 
        ?record prop:P6 ?date .
 
      FILTER ( YEAR(?date) = YEAR(NOW()) && MONTH(?date) = MONTH(NOW()) )
 
    }
 
    GROUP BY ?locutor ?locutorLabel
 
    ORDER BY DESC(?nb)
 
    LIMIT 50
 
  }
 
  SERVICE wikibase:label {
 
    bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en" .
 
    ?locutor rdfs:label ?locutorLabel .
 
  }
 
}
 
ORDER BY DESC(?nb)
 
</query>
 
  
 
__NOTOC__
 
__NOTOC__

Revision as of 01:47, 8 July 2021

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

Subpages: