LinguaLibre
Difference between revisions of "Stats"
LinguaLibre Alpha was announced on August 2018. By April 2019, LiLi reached 100,000 audios recordings in 46 languages thanks to 128 different speakers ; 200,000 recordings (82 languages, 268 speakers) in January 2020 ; 400,000 recordings (107 languages, 481 speakers) in February 2021 and 500,000 recordings (120 languages, 538 speakers) in June 2021.
WikiLucas00 (talk | contribs) (Visually unpleasant, on a high traffic place) |
(Accounting for the 2 duplicata languages, see Help:SPARQL_for_maintenance#.E2.9C.85_Languages_.E2.86.92_list_of_values_used_including_redirects) |
||
Line 10: | Line 10: | ||
(COUNT(DISTINCT ?record) AS ?records) | (COUNT(DISTINCT ?record) AS ?records) | ||
(COUNT(DISTINCT ?speaker) AS ?speakers) | (COUNT(DISTINCT ?speaker) AS ?speakers) | ||
− | (COUNT(DISTINCT ?language) AS ?languages) | + | (COUNT(DISTINCT ?language) -2 AS ?languages) # Accounting for the 2 duplicata languages |
+ | # see Help:SPARQL_for_maintenance#.E2.9C.85_Languages_.E2.86.92_list_of_values_used_including_redirects | ||
WHERE { | WHERE { | ||
?record prop:P2 entity:Q2 . | ?record prop:P2 entity:Q2 . |