File size: 4,083 Bytes
013cf44 56f31e0 013cf44 56f31e0 013cf44 56f31e0 013cf44 56f31e0 013cf44 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 |
{
"@context": {
"@language": "ceb",
"@vocab": "https://schema.org/",
"croissant": "http://mlcommons.org/croissant/",
"sc": "https://schema.org/"
},
"@type": "sc:Dataset",
"name": "ceb-scrape",
"description": "Web crawled dataset targeting Philippine languages: Cebuano. Sourced from 78 seed URLs. Max pages limit: 10000. Contains 344 documents with 566,765 total words. Language distribution: Cebuano: 341, Tagalog: 3. Generated by PhilCrawler.",
"license": "https://creativecommons.org/licenses/by/4.0/",
"url": "https://huggingface.co/datasets/internetoftim/ceb-scrape",
"inLanguage": [
"ceb"
],
"statistics": {
"@type": "sc:DatasetStatistics",
"numRows": 344,
"totalWordCount": 566765,
"languageDistribution": [
{
"language": "ceb",
"languageName": "Cebuano",
"count": 341,
"percentage": 99.13
},
{
"language": "tl",
"languageName": "Tagalog",
"count": 3,
"percentage": 0.87
}
]
},
"distribution": [
{
"@type": "sc:FileObject",
"@id": "raw-data",
"name": "data.jsonl",
"contentUrl": "https://huggingface.co/datasets/internetoftim/ceb-scrape/resolve/main/data.jsonl",
"encodingFormat": "application/jsonlines",
"description": "The raw crawled data in JSONL format."
}
],
"recordSet": [
{
"@type": "croissant:RecordSet",
"@id": "default",
"name": "default",
"field": [
{
"@type": "croissant:Field",
"name": "url",
"description": "The source URL of the crawled page.",
"dataType": "sc:URL",
"source": {
"fileObject": {
"@id": "raw-data"
},
"extract": {
"column": "url"
}
}
},
{
"@type": "croissant:Field",
"name": "title",
"description": "The page title.",
"dataType": "sc:Text",
"source": {
"fileObject": {
"@id": "raw-data"
},
"extract": {
"column": "title"
}
}
},
{
"@type": "croissant:Field",
"name": "content",
"description": "The main extracted text content.",
"dataType": "sc:Text",
"source": {
"fileObject": {
"@id": "raw-data"
},
"extract": {
"column": "content"
}
}
},
{
"@type": "croissant:Field",
"name": "detected_lang",
"description": "Detected language code (ISO 639-3 or 'taglish').",
"dataType": "sc:Text",
"source": {
"fileObject": {
"@id": "raw-data"
},
"extract": {
"column": "detected_lang"
}
}
},
{
"@type": "croissant:Field",
"name": "word_count",
"description": "Number of words in the content.",
"dataType": "sc:Integer",
"source": {
"fileObject": {
"@id": "raw-data"
},
"extract": {
"column": "word_count"
}
}
},
{
"@type": "croissant:Field",
"name": "source",
"description": "The crawler source identifier.",
"dataType": "sc:Text",
"source": {
"fileObject": {
"@id": "raw-data"
},
"extract": {
"column": "source"
}
}
},
{
"@type": "croissant:Field",
"name": "crawled_at",
"description": "Timestamp when the page was crawled.",
"dataType": "sc:DateTime",
"source": {
"fileObject": {
"@id": "raw-data"
},
"extract": {
"column": "crawled_at"
}
}
}
]
}
]
} |