dardania-lex / README.md
Kushtrim's picture
Upload dataset
9f45b13 verified
metadata
language:
  - sq
size_categories:
  - 1K<n<10K
dataset_info:
  features:
    - name: url
      dtype: string
    - name: law
      dtype: string
    - name: law_text
      dtype: string
    - name: law_nr
      dtype: string
    - name: date
      dtype: string
    - name: nr_gz
      dtype: string
    - name: renamed_filename
      dtype: string
  splits:
    - name: train
      num_bytes: 76985188
      num_examples: 1113
  download_size: 28848406
  dataset_size: 76985188
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*

Dardania Lex Dataset

Description

The "Dardania Lex" dataset is a rich collection of Kosovo's laws, gathered directly from the official gazette, which you can find at https://gzk.rks-gov.net/. This dataset was created to assist individuals in easily finding and using Kosovo's laws for various purposes, such as studying law, developing new technology for the legal industry, or training artificial intelligence systems to understand legal texts. To prepare this dataset, all the laws were downloaded as PDFs from the official gazette and then transformed into plain text, making them more accessible for computer processing.

Dataset Structure

  • url: The URL where the law document can be accessed.
  • law: The title of the law.
  • law_text: The full text of the law.
  • law_nr: The law's unique number or identifier.
  • date: The date when the law was published or enacted.
  • nr_gz: The official gazette number in which the law was published.
  • renamed_filename: The new file name given to the law document, possibly for standardization or organization purposes.

Note

For official and authoritative use of these laws, please refer directly to the official gazette page. Note that due to the complexity of the PDF-to-text conversion process, the dataset may still contain typos and other errors. As a result, the dataset is provided "as is".

Usage

from datasets import load_dataset

dataset = load_dataset('Kushtrim/dardania-lex')

Citation

If you use this dataset in your research, please consider citing this repository.