source: other-projects/maori-lang-detection/mongodb-data/6counts_sitesWithPagesContainingMRI_manualShortlist.json@ 33894

Last change on this file since 33894 was 33894, checked in by ak19, 4 years ago
  1. Adding map, counts.json and geo-json files for 5b count of sites by countrycode with numPagesContainingMRI > 0, unfiltered by mi in URL path or not. 2. Tables file has mongodb query code for 5b data. 3. Map, counts.json and geo-json files for 6 (count of sites by country code from manual short listing of sites) now renamed to reflect that the shortlist considers ALL manually selected sites regardless of mi in URL path or not.
File size: 698 bytes
Line 
1/*
2Manually inspected non-NZ websites in tentativeNonProductSites1.json
3and made a list of sites with genuine Maori language content for each country.
4
5Includes 3 more sites from US with mi in URL path that do not appear to be autotranslated.
6See file 7miInURLPath_exclNZ_byCountryCode.json
7*/
8{
9 "_id" : "nz",
10 "count" : 126.0
11}
12{
13 "_id" : "us",
14 "count" : 29.0
15}
16{
17 "_id" : "au",
18 "count" : 2.0
19}
20{
21 "_id" : "de",
22 "count" : 2.0
23}
24{
25 "_id" : "dk",
26 "count" : 2.0
27}
28{
29 "_id" : "bg",
30 "count" : 1.0
31}
32{
33 "_id" : "cz",
34 "count" : 1.0
35}
36{
37 "_id" : "es",
38 "count" : 1.0
39}
40{
41 "_id" : "fr",
42 "count" : 1.0
43}
44{
45 "_id" : "ie",
46 "count" : 1.0
47}
48
Note: See TracBrowser for help on using the repository browser.