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 (test) |
||
Line 11: | Line 11: | ||
== Global stats == <!--T:4--> | == Global stats == <!--T:4--> | ||
</translate> | </translate> | ||
− | + | <translate> | |
+ | <!--T:5--> | ||
+ | <query records="Records" speakers="Speakers" languages="Languages"></translate> | ||
SELECT | SELECT | ||
(COUNT(DISTINCT ?record) AS ?records) | (COUNT(DISTINCT ?record) AS ?records) | ||
Line 24: | Line 26: | ||
<translate> | <translate> | ||
== Monthly activity == <!--T:25--> | == Monthly activity == <!--T:25--> | ||
− | |||
− | + | <!--T:26--> | |
+ | <query yearmonth="Date" records="New records" speakers="Active speakers" languages="Active languages"></translate> | ||
SELECT | SELECT | ||
?yearmonth | ?yearmonth | ||
Line 46: | Line 48: | ||
</translate> | </translate> | ||
− | + | <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 62: | Line 66: | ||
== The most prolific speakers == <!--T:2--> | == The most prolific speakers == <!--T:2--> | ||
− | |||
− | <query _pagination="10" locutor=" | + | |
+ | <!--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 84: | Line 89: | ||
</query> | </query> | ||
− | + | == The most prolific speakers for the current month == | |
− | == The most prolific speakers for the current month == | ||
− | |||
− | <query _pagination="10" locutor=" | + | <query _pagination="10" locutor="Item (locutor Qid)" locutorLabel="Speaker" nb="Number of records for the current month"> |
SELECT ?locutor ?locutorLabel ?nb WHERE { | SELECT ?locutor ?locutorLabel ?nb WHERE { | ||
{ | { |
Revision as of 08:24, 28 April 2021
Global stats
Monthly activity
Number of records per languages
The most prolific speakers
The most prolific speakers for the current month