LinguaLibre

Difference between revisions of "Stats/es"

(Updating to match new version of source page)
(Updating to match new version of source page)
Line 4: Line 4:
 
LinguaLibre Alpha release was announced on August 2018. As of April 1st, 2019 (8 months), nearly 100,000 audios have been recorded in 46 languages, thanks to 128 variously active speakers.  
 
LinguaLibre Alpha release was announced on August 2018. As of April 1st, 2019 (8 months), nearly 100,000 audios have been recorded in 46 languages, thanks to 128 variously active speakers.  
  
 +
== Global stats ==
  
=== History ===
+
<query records="Records" speakers="Speakers" languages="Languages">
{| class="wikitable"
+
SELECT
!  Date  <!-- YYYY.MM.DD--> || Items || Speakers || Languages || Comment
+
(COUNT(DISTINCT ?record) AS ?records)
|-
+
(COUNT(DISTINCT ?speaker) AS ?speakers)
| 2018.08 || ? || ~10 || 5 || Alpha release; Mainly tests.
+
(COUNT(DISTINCT ?language) AS ?languages)
|-
+
WHERE {
| 2018.12 || ? || ? || ? || Beta release.
+
  ?record prop:P2 entity:Q2 .
|-
+
  ?record prop:P5 ?speaker .
| 2019.04.01 || 93173 || 128 || 46 ||
+
  ?record prop:P4 ?language .
|}
+
}
 +
</query>
  
== Global stats ==
+
== History ==
  
<query records="Records" speakers="Speakers" languages="Languages">
+
<query yearmonth="Date" records="Records" speakers="Speakers" languages="Languages">
 
SELECT
 
SELECT
 +
?yearmonth
 
(COUNT(DISTINCT ?record) AS ?records)
 
(COUNT(DISTINCT ?record) AS ?records)
 
(COUNT(DISTINCT ?speaker) AS ?speakers)
 
(COUNT(DISTINCT ?speaker) AS ?speakers)
Line 28: Line 31:
 
   ?record prop:P5 ?speaker .
 
   ?record prop:P5 ?speaker .
 
   ?record prop:P4 ?language .
 
   ?record prop:P4 ?language .
 +
  BIND( SUBSTR(str(?date), 0, 8) as ?yearmonth )
 
}
 
}
 +
GROUP BY ?yearmonth
 +
ORDER BY ?yearmonth
 
</query>
 
</query>
  

Revision as of 04:36, 2 April 2019

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


LinguaLibre Alpha release was announced on August 2018. As of April 1st, 2019 (8 months), nearly 100,000 audios have been recorded in 46 languages, thanks to 128 variously active speakers.

Global stats

... Loading ...

History

... Loading ...

Número de grabaciones por idioma

... Loading ...

Locutores más prolíficos

... Loading ...

Palabras más grabadas

... Loading ...