LinguaLibre

Difference between revisions of "Stats"

LinguaLibre Alpha release was announced on August 2018. By April 2019, LiLi reached 100,000 audios in 46 languages thanks to 128 different speakers. The project reached 200,000 recordings (82 languages, 268 speakers) in January 2020, 300,000 recordings (91 languages, 357 speakers) in September 2020, and 400,000 recordings (107 languages, 481 speakers) in February 2021.

(Marked this version for translation)
m (it is better NOT to allow translating the code because if the translator does not understand it, he/she may break the query)
Line 24: Line 24:
 
<translate>
 
<translate>
 
== Monthly activity == <!--T:25-->
 
== Monthly activity == <!--T:25-->
 +
</translate>
  
<!--T:26-->
+
<query yearmonth="<translate>Date</translate>" records="<translate>New records</translate>" speakers="<translate>Active speakers</translate>" languages="<translate>Active languages</translate>">
<query yearmonth="Date" records="New records" speakers="Active speakers" languages="Active languages"></translate>
 
 
SELECT
 
SELECT
 
?yearmonth
 
?yearmonth
Line 46: Line 46:
 
</translate>
 
</translate>
  
<translate>
+
<query _pagination="10" language="<translate>Item (Language Qid)</translate>" code="<translate>ISO 639-3 code</translate>" nb="<translate>Number of records</translate>">
<!--T:6-->
 
<query _pagination="10" language="Item (Language Qid)" code="ISO 639-3 code" nb="Number of records"></translate>
 
 
select ?language ?languageLabel ?code (COUNT(DISTINCT ?record) as ?nb)
 
select ?language ?languageLabel ?code (COUNT(DISTINCT ?record) as ?nb)
 
<translate>
 
<translate>
Line 64: Line 62:
  
 
== The most prolific speakers == <!--T:2-->
 
== The most prolific speakers == <!--T:2-->
 +
</translate>
  
 
+
<query _pagination="10" locutor="<translate>Item (locutor Qid)</translate>" locutorLabel="<translate>Speaker</translate>" nb="<translate>Number of records</translate>">
<!--T:8-->
 
<query _pagination="10" locutor="Item (locutor Qid)" locutorLabel="Speaker" nb="Number of records"></translate>
 
 
SELECT ?locutor ?locutorLabel ?nb WHERE {
 
SELECT ?locutor ?locutorLabel ?nb WHERE {
 
   {
 
   {
Line 86: Line 83:
 
ORDER BY DESC(?nb)
 
ORDER BY DESC(?nb)
 
</query>
 
</query>
 +
 
<translate>
 
<translate>
 
== The most prolific speakers for the current month == <!--T:28-->
 
== The most prolific speakers for the current month == <!--T:28-->
 +
</translate>
  
<!--T:29-->
+
<query _pagination="10" locutor="<translate>Item (locutor Qid)</translate>" locutorLabel="<translate>Speaker</translate>" nb="<translate>Number of records for the current month</translate>">
<query _pagination="10" locutor="Item (locutor Qid)" locutorLabel="Speaker" nb="Number of records for the current month"></translate>
 
 
SELECT ?locutor ?locutorLabel ?nb WHERE {
 
SELECT ?locutor ?locutorLabel ?nb WHERE {
 
   {
 
   {

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


Global stats

... Loading ...

Monthly activity

... Loading ...

Number of records per languages

... Loading ...

The most prolific speakers

... Loading ...

The most prolific speakers for the current month

... Loading ...