faroese-vestmanna-fo
收藏资源简介:
该数据集是“Vestmanna kommuna”(法罗语)网站内容的归档,收集了法罗群岛Vestmanna市镇的公开信息,包括历史会议记录、预算、账目、治理规则、WordPress页面和可下载文档。数据通过爬虫于2026年8月15日从官方网站(https://www.vestmanna.fo)获取,使用公共站点地图和网站链接,并遵守robots.txt规则。数据集包含3,291个文档,总字符数5,365,592,token数2,535,945(基于AI-Sweden-Models/Llama-3-8B-instruct分词器计算)。文件类型以HTML为主(2,979个),其次为PDF(312个),不含DOCX、CSV或纯文本文件。字段说明包括网站名称、主页、最终URL、请求URL、文档标题、提取文本、文件类型、下载时间、文本哈希与字符数、权利状态与依据,以及额外的来源链接。部分文档(如议会记录)可能依据法罗群岛版权法第9节不受版权保护,但标注为“可能的官方文档”仅基于标题或URL匹配,并非法律分类。已知局限性包括:爬取可能未覆盖所有页面或旧文档;文本未经人工核对或语言过滤;菜单、页眉等重复网站文本可能残留;PDF文本可能顺序错误;扫描PDF和图像内文本缺失;部分页面可能包含个人信息。爬虫代码和配置位于parser文件夹中,可复现爬取过程。
This dataset is an archive of content from the Vestmanna kommuna (Faroese) website, collecting public information from the municipality of Vestmanna in the Faroe Islands, including historical meeting minutes, budgets, accounts, governance rules, WordPress pages, and downloadable documents. The data was crawled on August 15, 2026 from the official website (https://www.vestmanna.fo) using public sitemaps and website links, and complying with robots.txt rules. The dataset contains 3,291 documents, with a total of 5,365,592 characters and 2,535,945 tokens (calculated based on the AI-Sweden-Models/Llama-3-8B-instruct tokenizer). File types are predominantly HTML (2,979), followed by PDF (312), with no DOCX, CSV, or plain text files. Fields include website name, homepage, final URL, request URL, document title, extracted text, file type, download time, text hash and character count, rights status and basis, and additional source links. Some documents (e.g., parliamentary records) may be exempt from copyright under Section 9 of the Faroe Islands Copyright Act, but the designation possible official document is based solely on title or URL matching and is not a legal classification. Known limitations include: the crawl may not have covered all pages or older documents; text has not been manually verified or language-filtered; repetitive website text such as menus and headers may remain; PDF text may have incorrect ordering; text in scanned PDFs and images is missing; some pages may contain personal information. Crawler code and configuration are located in the parser folder and can reproduce the crawling process.
Vestmanna kommuna 数据集 (vestmanna_fo)
数据集概述
该数据集收录了法罗群岛Vestmanna市政府的历史会议记录、预算、账目、治理规则、WordPress页面及可下载文档,来源为Vestmanna kommuna官网。
该数据集为独立网站采集,不属于Faroese Dynaword项目的一部分。
数据规模
| 指标 | 数值 |
|---|---|
| 文档总数 | 3,291 |
| 字符数 | 5,365,592 |
| Token数 | 2,535,945 |
| 可能官方文档数 | 45 |
| 可能官方文档Token数 | 51,076 |
Token计数使用AI-Sweden-Models/Llama-3-8B-instruct分词器,涵盖所有采集文本(含其他语言和重复网站文本)。
文件类型分布
| 文件类型 | 文档数 |
|---|---|
| HTML | 2,979 |
| 312 | |
| DOCX | 0 |
| CSV | 0 |
| 纯文本 | 0 |
文件内容
rows.parquet:包含采集的文档数据parser/:包含爬虫程序、站点配置和Python依赖
爬取详情
- 爬取开始时间:2026-08-15
- 爬取完成时间:2026-08-15
- 使用公共站点地图和网站链接,遵循
parser/sites.csv中列出的网站和文件主机范围,并遵守robots.txt - 文本来源包括网页、文本型PDF、Word文件和CSV文件
- 扫描型PDF和图片未进行OCR识别
- 过短页面和完全重复文本已被排除
数据列说明
| 列名 | 含义 |
|---|---|
source_site, source_homepage |
网站名称和主页 |
source_url, requested_url |
最终URL和首次请求的URL |
title, text, content_type |
文档标题、提取文本和文件类型 |
retrieved_at |
文档下载时间 |
text_sha256, text_characters |
文本哈希和字符数 |
rights_status, rights_basis |
自动版权标签及其分配依据 |
extraction_source_url, source_page_url |
可用的额外来源链接 |
版权说明
部分法律、决定、公告等公共文件可能根据法罗群岛版权法第9条不受版权保护。
likely_official_document仅表示标题或URL匹配特定关键词列表,并非法律分类。
市政会议记录是最明确的官方文档候选;网站重组期间被屏蔽的页面未被采集。
已知局限
- 可能未覆盖所有页面或旧文档
- 文本未经人工核查或语言过滤
- 可能残留菜单、页眉等重复网站文本
- PDF中的文本可能出现顺序错乱
- 扫描型PDF和图片内文字缺失
- 部分页面可能包含个人信息
使用方式
爬虫程序位于parser文件夹中,复制版sites.csv仅包含该网站。可通过以下命令运行:
bash
cd parser
python -m pip install -r requirements.txt
python scrape.py --site vestmanna_fo




