LinguaLibre
Difference between revisions of "Stats/bn"
লিঙ্গুয়ালিব্রে আলফা ২০১৮ সালের অগাস্ট মাসে প্রথম ঘোষিত হয়। ১ এপ্রিল ২০১৯ তারিখের হিসাবনুয়ায়ী (৮ মাস): ৪৬ টি ভাষায় ১ লক্ষ অডিও রেকর্ড করা হয়, 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.
(Updating to match new version of source page) |
(Updating to match new version of source page) |
||
(One intermediate revision by the same user not shown) | |||
Line 8: | Line 8: | ||
(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 . | ||
Line 15: | Line 16: | ||
} | } | ||
</query> | </query> | ||
− | |||
− |