| { |
| "@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" |
| } |
| } |
| } |
| ] |
| } |
| ] |
| } |