{ "@context": { "@language": "tl", "@vocab": "https://schema.org/", "croissant": "http://mlcommons.org/croissant/", "sc": "https://schema.org/" }, "@type": "sc:Dataset", "name": "halohalo", "description": "Web crawled dataset targeting Philippine languages: Tagalog. Sourced from 46 seed URLs. Includes heuristics for Tagalog-English code-switching (Taglish). Max pages limit: 10000. Contains 535 documents with 1,038,897 total words. Language distribution: Tagalog: 535. Generated by PhilCrawler.", "license": "https://creativecommons.org/licenses/by/4.0/", "url": "https://huggingface.co/datasets/internetoftim/halohalo", "inLanguage": [ "tl" ], "statistics": { "@type": "sc:DatasetStatistics", "numRows": 535, "totalWordCount": 1038897, "languageDistribution": [ { "language": "tl", "languageName": "Tagalog", "count": 535, "percentage": 100 } ] }, "distribution": [ { "@type": "sc:FileObject", "@id": "raw-data", "name": "data.jsonl", "contentUrl": "https://huggingface.co/datasets/internetoftim/halohalo/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" } } } ] } ] }