LinguaLibre
Difference between revisions of "Stats"
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.
(too heavy) |
(+ OPTIONAL as not all lang have the code) |
||
Line 50: | Line 50: | ||
<!-- * add column with language name in English, ex: French, Cantonese --> | <!-- * add column with language name in English, ex: French, Cantonese --> | ||
<!-- * add column with iso3 code, ex: fra, yue --> | <!-- * add column with iso3 code, ex: fra, yue --> | ||
− | <query _pagination="10" language="Item (Language Qid)" | + | <query _pagination="10" language="Item (Language Qid)" code="Code ISO 639-3" nb="Number of records"> |
select ?language ?code (COUNT(DISTINCT ?record) as ?nb) | select ?language ?code (COUNT(DISTINCT ?record) as ?nb) | ||
where { | where { | ||
?record prop:P2 entity:Q2 . | ?record prop:P2 entity:Q2 . | ||
?record prop:P4 ?language . | ?record prop:P4 ?language . | ||
− | ?language prop:P13 ?code | + | OPTIONAL { ?language prop:P13 ?code } |
} | } | ||
GROUP BY ?language ?code | GROUP BY ?language ?code |
Revision as of 09:00, 1 June 2020