LinguaLibre

Difference between revisions of "Stats/es"

LinguaLibre Alpha se anunció en agosto de 2018. En abril de 2019, LiLi alcanzó las 100.000 grabaciones de audio en 46 idiomas gracias a 128 hablantes diferentes; Grabaciones '200,000' (82 idiomas, 268 hablantes) para enero de 2020; Grabaciones 400.000 (107 idiomas, 481 hablantes) en febrero de 2021 y grabaciones 500.000 (120 idiomas, 538 hablantes) en junio de 2021.

(Updating to match new version of source page)
(Updating to match new version of source page)
(23 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<languages/>
+
__NOTOC__
<indicator name="stats"></indicator>
+
<languages/><indicator name="stats"></indicator>{{#SUBTITLE: LinguaLibre Alpha se anunció en agosto de 2018. En abril de 2019, ''LiLi'' alcanzó las 100.000 grabaciones de audio en 46 idiomas gracias a 128 hablantes diferentes; Grabaciones '' '200,000' '' (82 idiomas, 268 hablantes) para enero de 2020; Grabaciones '''400.000''' (107 idiomas, 481 hablantes) en febrero de 2021 y grabaciones '''500.000''' (120 idiomas, 538 hablantes) en junio de 2021.}}{{LinguaLibre:Stats/Menu}}
{{#SUBTITLE:
+
== Estadísticas globales ==
 
LinguaLibre Alpha release was announced on August 2018. As of April 1st 2019 (8 months): 100,000 audios have been recorded in 46 languages, thanks to 128 variously active speakers. In January 2020, more than 200,000 audios have already been recorded, in 82 languages and thanks to 268 different speakers.
 
}}
 
 
 
== Global stats ==
 
 
 
 
<query records="Records" speakers="Speakers" languages="Languages">
 
<query records="Records" speakers="Speakers" languages="Languages">
 
SELECT
 
SELECT
Line 18: Line 12:
 
   ?record prop:P4 ?language .
 
   ?record prop:P4 ?language .
 
}
 
}
</query>
 
 
== History ==
 
 
<query yearmonth="Date" records="New records" speakers="New speakers" languages="New languages">
 
SELECT
 
?yearmonth
 
(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>
 
 
== Número de grabaciones por idioma ==
 
 
<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>
 
 
== Locutores más prolíficos ==
 
 
<query _pagination="10" locutor="Item (locutor Qid)" locutorLabel="Speaker" nb="Number of records" languages="Spoken languages">
 
    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>
 
</query>

Revision as of 00:35, 12 February 2022

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 • ‎македонски • ‎русский • ‎українська • ‎עברית • ‎বাংলা • ‎తెలుగు • ‎中文 • ‎日本語 • ‎ꯃꯤꯇꯩ ꯂꯣꯟ
View statistics about:

Estadísticas globales

... Loading ...