ConseggioLigure
commited on
Commit
·
0087477
0
Parent(s):
initial commit
Browse files- .gitattributes +58 -0
- README.md +95 -0
- data/literature.parquet +3 -0
- data/magazines.parquet +3 -0
- data/web.parquet +3 -0
.gitattributes
ADDED
@@ -0,0 +1,58 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
*.7z filter=lfs diff=lfs merge=lfs -text
|
2 |
+
*.arrow filter=lfs diff=lfs merge=lfs -text
|
3 |
+
*.bin filter=lfs diff=lfs merge=lfs -text
|
4 |
+
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
5 |
+
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
6 |
+
*.ftz filter=lfs diff=lfs merge=lfs -text
|
7 |
+
*.gz filter=lfs diff=lfs merge=lfs -text
|
8 |
+
*.h5 filter=lfs diff=lfs merge=lfs -text
|
9 |
+
*.joblib filter=lfs diff=lfs merge=lfs -text
|
10 |
+
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
11 |
+
*.lz4 filter=lfs diff=lfs merge=lfs -text
|
12 |
+
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
13 |
+
*.model filter=lfs diff=lfs merge=lfs -text
|
14 |
+
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
15 |
+
*.npy filter=lfs diff=lfs merge=lfs -text
|
16 |
+
*.npz filter=lfs diff=lfs merge=lfs -text
|
17 |
+
*.onnx filter=lfs diff=lfs merge=lfs -text
|
18 |
+
*.ot filter=lfs diff=lfs merge=lfs -text
|
19 |
+
*.parquet filter=lfs diff=lfs merge=lfs -text
|
20 |
+
*.pb filter=lfs diff=lfs merge=lfs -text
|
21 |
+
*.pickle filter=lfs diff=lfs merge=lfs -text
|
22 |
+
*.pkl filter=lfs diff=lfs merge=lfs -text
|
23 |
+
*.pt filter=lfs diff=lfs merge=lfs -text
|
24 |
+
*.pth filter=lfs diff=lfs merge=lfs -text
|
25 |
+
*.rar filter=lfs diff=lfs merge=lfs -text
|
26 |
+
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
27 |
+
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
28 |
+
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
29 |
+
*.tar filter=lfs diff=lfs merge=lfs -text
|
30 |
+
*.tflite filter=lfs diff=lfs merge=lfs -text
|
31 |
+
*.tgz filter=lfs diff=lfs merge=lfs -text
|
32 |
+
*.wasm filter=lfs diff=lfs merge=lfs -text
|
33 |
+
*.xz filter=lfs diff=lfs merge=lfs -text
|
34 |
+
*.zip filter=lfs diff=lfs merge=lfs -text
|
35 |
+
*.zst filter=lfs diff=lfs merge=lfs -text
|
36 |
+
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
37 |
+
# Audio files - uncompressed
|
38 |
+
*.pcm filter=lfs diff=lfs merge=lfs -text
|
39 |
+
*.sam filter=lfs diff=lfs merge=lfs -text
|
40 |
+
*.raw filter=lfs diff=lfs merge=lfs -text
|
41 |
+
# Audio files - compressed
|
42 |
+
*.aac filter=lfs diff=lfs merge=lfs -text
|
43 |
+
*.flac filter=lfs diff=lfs merge=lfs -text
|
44 |
+
*.mp3 filter=lfs diff=lfs merge=lfs -text
|
45 |
+
*.ogg filter=lfs diff=lfs merge=lfs -text
|
46 |
+
*.wav filter=lfs diff=lfs merge=lfs -text
|
47 |
+
# Image files - uncompressed
|
48 |
+
*.bmp filter=lfs diff=lfs merge=lfs -text
|
49 |
+
*.gif filter=lfs diff=lfs merge=lfs -text
|
50 |
+
*.png filter=lfs diff=lfs merge=lfs -text
|
51 |
+
*.tiff filter=lfs diff=lfs merge=lfs -text
|
52 |
+
# Image files - compressed
|
53 |
+
*.jpg filter=lfs diff=lfs merge=lfs -text
|
54 |
+
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
55 |
+
*.webp filter=lfs diff=lfs merge=lfs -text
|
56 |
+
# Video files - compressed
|
57 |
+
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
58 |
+
*.webm filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,95 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language_creators:
|
3 |
+
- expert-generated
|
4 |
+
language:
|
5 |
+
- lij
|
6 |
+
license:
|
7 |
+
- cc-by-4.0
|
8 |
+
tags:
|
9 |
+
- text
|
10 |
+
configs:
|
11 |
+
- config_name: default
|
12 |
+
data_files:
|
13 |
+
- split: train
|
14 |
+
path: "data/*.parquet"
|
15 |
+
---
|
16 |
+
# Ligurian National Corpus (LiNC)
|
17 |
+
|
18 |
+
## Dataset Description
|
19 |
+
|
20 |
+
Point of contact: [Council for Ligurian Linguistic Heritage (Conseggio pe-o patrimònio linguistico ligure)](https://www.conseggio-ligure.org/en/) <[email protected]>
|
21 |
+
|
22 |
+
### Dataset Summary
|
23 |
+
|
24 |
+
The Ligurian National Corpus (LiNC) is a comprehensive text corpus of written Ligurian, with a primary focus on the Genoese variety, which represents the most widely spoken form of the Ligurian language. Compiled by the [Council for Ligurian Linguistic Heritage (Conseggio pe-o patrimònio linguistico ligure)](https://www.conseggio-ligure.org/en/), this corpus encompasses various genres.
|
25 |
+
|
26 |
+
### Supported Tasks
|
27 |
+
|
28 |
+
This dataset has been designed to support corpus linguistics research and the development of large language models.
|
29 |
+
|
30 |
+
### Languages
|
31 |
+
|
32 |
+
The corpus contains Genoese Ligurian (ISO 639-3 `lij`, Glottolog `geno1240`), the principal variety of the Ligurian language. It is spoken mainly in the central part of Liguria (in an area roughly between Noli and Moneglia on the coast and much of the relative hinterland) and is almost universally understood by speakers of other varieties.
|
33 |
+
|
34 |
+
## Dataset Structure
|
35 |
+
|
36 |
+
### Data Instances
|
37 |
+
|
38 |
+
Each instance in the dataset is structured as in the following example:
|
39 |
+
|
40 |
+
```json
|
41 |
+
{
|
42 |
+
"id": "a08a13691119388e…",
|
43 |
+
"content": "# O Zinâ\\n30/06/2023\\n## Liguria\\n### À Zena comensa i travaggi pe-o tunnel sotta o pòrto\\nDòppo trent'anni de discuscion l'é comensou i travaggi…",
|
44 |
+
"doc_type": "webpage",
|
45 |
+
"tokens": 1388,
|
46 |
+
"citation_key": "zina",
|
47 |
+
"year": 2023
|
48 |
+
}
|
49 |
+
```
|
50 |
+
|
51 |
+
### Data Fields
|
52 |
+
|
53 |
+
- `id`: A unique identifier for the entry.
|
54 |
+
- `content`: The textual content of the entry.
|
55 |
+
- `doc_type`: The document type (currently one of `webpage`, `magazine`, `dictionary`, `book`).
|
56 |
+
- `tokens`: The number of space-separated tokens in the current entry.
|
57 |
+
- `citation_key`: For webpages, the URL. For other materials, a citation key which references the bibliography (see the file `bibliography.yaml`).
|
58 |
+
- `year`: The year the content was authored.
|
59 |
+
|
60 |
+
## Dataset Creation
|
61 |
+
|
62 |
+
### Curation Rationale
|
63 |
+
|
64 |
+
The Ligurian National Corpus was created to preserve and document written Ligurian language use across various genres and contexts. The corpus serves both as a linguistic resource for academic research and as training data for computational applications.
|
65 |
+
|
66 |
+
### Source Data
|
67 |
+
|
68 |
+
#### Initial Data Collection and Normalization
|
69 |
+
|
70 |
+
The corpus consists of publicly available written materials in Ligurian, collected and curated by the Council for Ligurian Linguistic Heritage.
|
71 |
+
|
72 |
+
#### Who are the source language producers?
|
73 |
+
|
74 |
+
The texts included in this corpus come from various authors and sources writing in Ligurian, with a focus on the Genoese variety. Provenance information for each entry is provided in the `citation_key` column of the dataset.
|
75 |
+
|
76 |
+
## Considerations for Using the Data
|
77 |
+
|
78 |
+
### Social Impact of Dataset
|
79 |
+
|
80 |
+
This dataset contributes to the preservation and computational processing of Ligurian, supporting efforts to maintain linguistic diversity and enable technological support for this language.
|
81 |
+
|
82 |
+
### Discussion of Biases
|
83 |
+
|
84 |
+
- The Ligurian National Corpus currently only focuses on the Genoese variety of Ligurian only.
|
85 |
+
- This release represents a subset of the complete LiNC corpus and includes only those documents that are publicly available.
|
86 |
+
|
87 |
+
## Additional Information
|
88 |
+
|
89 |
+
### Dataset Curators
|
90 |
+
|
91 |
+
The [Council for Ligurian Linguistic Heritage (Conseggio pe-o patrimònio linguistico ligure)](https://www.conseggio-ligure.org/en/) is responsible for the curation and maintenance of this corpus.
|
92 |
+
|
93 |
+
### Licensing Information
|
94 |
+
|
95 |
+
This public subset of the LiNC corpus is released under a Creative Commons Attribution 4.0 International License (CC-BY 4.0).
|
data/literature.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:73d356fbca3eb00ebe4a4c08af496b2880c942a18aef15d2482b728f075606a9
|
3 |
+
size 1364059
|
data/magazines.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d4538d9e8874859b16544a58d4ab57282c0de089e6be07c956d7884a172e9711
|
3 |
+
size 530475
|
data/web.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:305d30b6be50b9e292b345d089c8086348d3782616c7c182bbd532ae1eb76539
|
3 |
+
size 131546
|