@context
dict | @type
string | name
string | description
string | license
string | url
string | inLanguage
list | statistics
dict | distribution
list | recordSet
list |
|---|---|---|---|---|---|---|---|---|---|
{
"@language": "tl",
"@vocab": "https://schema.org/",
"croissant": "http://mlcommons.org/croissant/",
"sc": "https://schema.org/"
}
|
sc:Dataset
|
halohalo-tgl
|
Web crawled dataset targeting Philippine languages: Tagalog. Sourced from 28 seed URLs. Includes heuristics for Tagalog-English code-switching (Taglish). Max pages limit: 10000. Contains 113 documents with 204,089 total words. Language distribution: Tagalog: 113. Generated by PhilCrawler.
|
https://creativecommons.org/licenses/by/4.0/
|
https://huggingface.co/datasets/internetoftim/halohalo-tgl
|
[
"tl"
] |
{
"@type": "sc:DatasetStatistics",
"numRows": 113,
"totalWordCount": 204089,
"languageDistribution": [
{
"language": "tl",
"languageName": "Tagalog",
"count": 113,
"percentage": 100
}
]
}
|
[
{
"@type": "sc:FileObject",
"@id": "raw-data",
"name": "data.jsonl",
"contentUrl": "https://huggingface.co/datasets/internetoftim/halohalo-tgl/resolve/main/data.jsonl",
"encodingFormat": "application/jsonlines",
"description": "The raw crawled data in JSONL format."
}
] |
[
{
"@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"
}
}
}
]
}
] |
No dataset card yet
- Downloads last month
- 343