KennethEnevoldsen commited on
Commit
5affec7
·
verified ·
1 Parent(s): 50a9937
CONTRIBUTING.md CHANGED
@@ -20,6 +20,20 @@ dataset = load_dataset("../.", split="train")
20
 
21
  > Note: While it is local Huggingface still uses a cache, therefore you might need to reset it after changes have been made to see that it works correctly. You can do this by deleting the cached files which you can locate using `dataset.cache_files`.
22
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  ## Installing dependencies
24
 
25
  This repo comes with a few dependencies you need to install to make this run. It uses a [makefile](https://opensource.com/article/18/8/what-how-makefile) to run commands and a [uv](https://docs.astral.sh/uv/) for package management. Once you have uv installed you can install the dependencies using:
@@ -58,6 +72,7 @@ Before you make the PR do be sure to make sure that you have completed the follo
58
  - [ ] I have added/changed a dataset and have
59
  - [ ] I have updated descriptive statistics using `make update-descriptive-statistics`
60
  - [ ] I have bumped the version use `make bump-version`
 
61
 
62
  ### Examples of Previous PRs
63
  To see example PR you can see the following:
 
20
 
21
  > Note: While it is local Huggingface still uses a cache, therefore you might need to reset it after changes have been made to see that it works correctly. You can do this by deleting the cached files which you can locate using `dataset.cache_files`.
22
 
23
+ ## Adding a new dataset
24
+
25
+ To add a new dataset you will have to create a folder under `data/{dataset_name}/`, which should look as follows:
26
+
27
+ ```
28
+ data/dataset_name
29
+ |- dataset_name.md
30
+ |- dataset_name.parquet
31
+ |- create.py # optional
32
+ ```
33
+
34
+ The create.py is an optional python script that allow you to recreate the dataset from the source. This is typically to allow us to reproduce the
35
+ dataset with fixes or update the dataset to the latest version using an API.
36
+
37
  ## Installing dependencies
38
 
39
  This repo comes with a few dependencies you need to install to make this run. It uses a [makefile](https://opensource.com/article/18/8/what-how-makefile) to run commands and a [uv](https://docs.astral.sh/uv/) for package management. Once you have uv installed you can install the dependencies using:
 
72
  - [ ] I have added/changed a dataset and have
73
  - [ ] I have updated descriptive statistics using `make update-descriptive-statistics`
74
  - [ ] I have bumped the version use `make bump-version`
75
+ - [ ] If I have added a `create.py` script I have added the [script dependencies](https://docs.astral.sh/uv/guides/scripts/#declaring-script-dependencies) required to run that script.
76
 
77
  ### Examples of Previous PRs
78
  To see example PR you can see the following:
README.md CHANGED
@@ -9,6 +9,10 @@ configs:
9
  data_files:
10
  - split: train
11
  path: data/lexdk/*.parquet
 
 
 
 
12
  - config_name: opensubtitles
13
  data_files:
14
  - split: train
@@ -134,7 +138,7 @@ https://github.com/huggingface/datasets/blob/main/templates/README_guide.md
134
  <!-- START README TABLE -->
135
  | | |
136
  | ------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------- |
137
- | **Version** | 1.0.8 |
138
  | **Language** | dan, dansk, Danish |
139
  | **License** | Permissible, See the respective dataset |
140
  | **Models** | For model trained used this data see [danish-foundation-models](https://huggingface.co/danish-foundation-models) |
@@ -278,6 +282,7 @@ Below follows a brief overview of the sources in the corpus along with their ind
278
  | Source | Description | N. Tokens | License |
279
  |:--------------------|:-----------------------------------------------------------------------------------------------------------------------------|:------------|:-----------------------|
280
  | [lexdk] | Permissible use articles from [lex.dk](https://lex.dk) | 5.69M | [CC-BY-SA 4.0] |
 
281
  | [opensubtitles] | Danish subsection of [OpenSubtitles](https://opus.nlpl.eu/OpenSubtitles/corpus/version/OpenSubtitles) | 271.60M | [CC-0] |
282
  | [retsinformationdk] | [retsinformation.dk](https://www.retsinformation.dk) (legal-information.dk) the official legal information system of Denmark | 516.54M | [Danish Copyright Law] |
283
  | [ep] | The Danish subsection of [Europarl](https://aclanthology.org/2005.mtsummit-papers.11/) | 100.89M | [CC-0] |
@@ -301,9 +306,10 @@ Below follows a brief overview of the sources in the corpus along with their ind
301
  | [nordjyllandnews] | Articles from the Danish Newspaper [TV2 Nord](https://www.tv2nord.dk) | 37.91M | [CC-0] |
302
  | [relig] | Danish religious text from the 1700-2022 | 1.24M | [CC-0] |
303
  | [nota] | The text only part of the [Nota lyd- og tekstdata](https://sprogteknologi.dk/dataset/nota-lyd-og-tekstdata) dataset | 7.30M | [CC-0] |
304
- | **Total** | | 1.85B | |
305
 
306
  [lexdk]: data/lexdk/lexdk.md
 
307
  [opensubtitles]: data/opensubtitles/opensubtitles.md
308
  [retsinformationdk]: data/retsinformationdk/retsinformationdk.md
309
  [ep]: data/ep/ep.md
 
9
  data_files:
10
  - split: train
11
  path: data/lexdk/*.parquet
12
+ - config_name: memo
13
+ data_files:
14
+ - split: train
15
+ path: data/memo/*.parquet
16
  - config_name: opensubtitles
17
  data_files:
18
  - split: train
 
138
  <!-- START README TABLE -->
139
  | | |
140
  | ------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------- |
141
+ | **Version** | 1.0.9 |
142
  | **Language** | dan, dansk, Danish |
143
  | **License** | Permissible, See the respective dataset |
144
  | **Models** | For model trained used this data see [danish-foundation-models](https://huggingface.co/danish-foundation-models) |
 
282
  | Source | Description | N. Tokens | License |
283
  |:--------------------|:-----------------------------------------------------------------------------------------------------------------------------|:------------|:-----------------------|
284
  | [lexdk] | Permissible use articles from [lex.dk](https://lex.dk) | 5.69M | [CC-BY-SA 4.0] |
285
+ | [memo] | The MeMo corpus comprising almost all Danish novels from the period 1870-1899, known as the Modern Breakthrough | 9.28M | [CC-BY-SA 4.0] |
286
  | [opensubtitles] | Danish subsection of [OpenSubtitles](https://opus.nlpl.eu/OpenSubtitles/corpus/version/OpenSubtitles) | 271.60M | [CC-0] |
287
  | [retsinformationdk] | [retsinformation.dk](https://www.retsinformation.dk) (legal-information.dk) the official legal information system of Denmark | 516.54M | [Danish Copyright Law] |
288
  | [ep] | The Danish subsection of [Europarl](https://aclanthology.org/2005.mtsummit-papers.11/) | 100.89M | [CC-0] |
 
306
  | [nordjyllandnews] | Articles from the Danish Newspaper [TV2 Nord](https://www.tv2nord.dk) | 37.91M | [CC-0] |
307
  | [relig] | Danish religious text from the 1700-2022 | 1.24M | [CC-0] |
308
  | [nota] | The text only part of the [Nota lyd- og tekstdata](https://sprogteknologi.dk/dataset/nota-lyd-og-tekstdata) dataset | 7.30M | [CC-0] |
309
+ | **Total** | | 1.86B | |
310
 
311
  [lexdk]: data/lexdk/lexdk.md
312
+ [memo]: data/memo/memo.md
313
  [opensubtitles]: data/opensubtitles/opensubtitles.md
314
  [retsinformationdk]: data/retsinformationdk/retsinformationdk.md
315
  [ep]: data/ep/ep.md
data/lexdk/lexdk.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- pretty_name: OpenSubtitles
3
  language:
4
  - da
5
  license: cc-by-sa-4.0
@@ -13,7 +13,7 @@ source_datasets:
13
  - alexandrainst/lexdk-open
14
  ---
15
 
16
- # Dataset Card for OpenSubtitles
17
 
18
  <!-- START-SHORT DESCRIPTION -->
19
  Permissible use articles from [lex.dk](https://lex.dk).
 
1
  ---
2
+ pretty_name: Lex.dk Open
3
  language:
4
  - da
5
  license: cc-by-sa-4.0
 
13
  - alexandrainst/lexdk-open
14
  ---
15
 
16
+ # Dataset Card for Lex.dk Open
17
 
18
  <!-- START-SHORT DESCRIPTION -->
19
  Permissible use articles from [lex.dk](https://lex.dk).
data/memo/create.py ADDED
@@ -0,0 +1,108 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # /// script
2
+ # requires-python = "==3.12"
3
+ # dependencies = [
4
+ # "datasets==3.2.0",
5
+ # ]
6
+ # ///
7
+ from datetime import datetime, timedelta
8
+ from pathlib import Path
9
+ from typing import cast
10
+
11
+ from datasets import Dataset, load_dataset
12
+
13
+ column_order = [
14
+ "text",
15
+ "source",
16
+ "id",
17
+ "added",
18
+ "created",
19
+ "license",
20
+ "domain",
21
+ "metadata",
22
+ ]
23
+
24
+
25
+ def convert_sample(example: dict) -> dict:
26
+ # from sample:
27
+ # {
28
+ # "filename": "1894_Aagaard_UnderligeFyre",
29
+ # "full_firstnames": "Oscar",
30
+ # "auth_first": "Oscar",
31
+ # "auth_last_modern": "Aagaard",
32
+ # "pseudonym": None,
33
+ # "publ_date": 1894,
34
+ # "title_modern": "Underlige Fyre",
35
+ # "published_under_gender": "male",
36
+ # "real_gender": "male",
37
+ # "nationality": "no",
38
+ # "auth_id": 1,
39
+ # "auth_last": "Aagaard",
40
+ # "title": "Underlige Fyre",
41
+ # "surname": "Aagaard",
42
+ # "title.1": "Underlige Fyre",
43
+ # "subtitle": "Fortælling",
44
+ # "volume": None,
45
+ # "year": 1894,
46
+ # "pages": 263.0,
47
+ # "illustrations": "n",
48
+ # "typeface": "roman",
49
+ # "publisher": "Gyldendal",
50
+ # "price": 3.0,
51
+ # "source": "KB",
52
+ # "notes": None,
53
+ # "filepath": None,
54
+ # "historical": None,
55
+ # "period": "nan",
56
+ # "period_notes": "nan",
57
+ # "novel_start": 13.0,
58
+ # "novel_end": 275.0,
59
+ # "serialno": 854.0,
60
+ # "category": "O",
61
+ # "e_canon": 0,
62
+ # "ce_canon": 0,
63
+ # "lex_canon": 0,
64
+ # "text": "Første kapitel. Argus & co. Waterclerker — hvormange er der vel, ...",
65
+ # }
66
+
67
+ min_date = datetime.fromisoformat(f"{example["year"]}-01-01")
68
+ max_date = datetime.fromisoformat(f"{example["year"]}-12-31")
69
+ text = f"{example['title_modern']}\n\nSkrevet af {example['full_firstnames']} {example['auth_last_modern']}\nPubliceret {example['year']} af {example['publisher']}\n\n{example['text']}"
70
+
71
+ new_example = dict(
72
+ text_new=text,
73
+ id=example["filename"],
74
+ source="memo",
75
+ domain="Wiki & Books",
76
+ license="cc-by-sa-4.0",
77
+ added="2025-03-08",
78
+ created=f"{min_date.date()}, {max_date.date()}",
79
+ metadata={"source-pretty": "MeMo Canonical Novels"},
80
+ )
81
+
82
+ return new_example
83
+
84
+
85
+ def main():
86
+ ds = load_dataset("chcaa/memo-canonical-novels", split="train")
87
+ ds = cast(Dataset, ds)
88
+ dates = [datetime.fromisoformat(f"{date}-01-01").date() for date in ds["year"]]
89
+
90
+ max_date = max(dates) + timedelta(days=364)
91
+ print(str(min(dates)), ",", str(max_date)) # 1870-01-01 , 1899-12-31
92
+
93
+ assert len(set(ds["filename"])) == len(ds), "IDs are not unique"
94
+ assert len(set(ds["text"])) == len(ds), "Texts are not unique"
95
+
96
+ ds = ds.map(convert_sample, num_proc=4)
97
+ ds = ds.select_columns(column_order[1:] + ["text_new"])
98
+ ds = ds.rename_columns({"text_new": "text"})
99
+ # ensure order
100
+ ds = ds.select_columns(column_order)
101
+
102
+ dir = Path(__file__).parent
103
+ save_path = dir / f"{dir.name}.parquet"
104
+ ds.to_parquet(save_path)
105
+
106
+
107
+ if __name__ == "__main__":
108
+ main()
data/memo/descriptive_stats.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "number_of_samples": 839,
3
+ "average_document_length": 32813.50774731824,
4
+ "number_of_tokens": 9283194,
5
+ "language": "dan, dansk, Danish",
6
+ "revision": "50a993754baa283ef19fd7ee966e3a4d6f125c83"
7
+ }
data/memo/images/dist_document_length.png ADDED

Git LFS Details

  • SHA256: 0f9169cdc49548c77d31dd2a72c15076f2fa490833a98e379981ec590af8e29f
  • Pointer size: 131 Bytes
  • Size of remote file: 558 kB
data/memo/memo.md ADDED
@@ -0,0 +1,120 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: MeMo Canonical Novels
3
+ language:
4
+ - da
5
+ license: cc-by-sa-4.0
6
+ license_name: CC-BY-SA 4.0
7
+ task_categories:
8
+ - text-generation
9
+ - fill-mask
10
+ task_ids:
11
+ - language-modeling
12
+ source_datasets:
13
+ - MiMe-MeMo/Corpus-v1.1
14
+ ---
15
+
16
+ # Dataset Card for MeMo Canonical Novels
17
+
18
+ <!-- START-SHORT DESCRIPTION -->
19
+ The MeMo corpus comprising almost all Danish novels from the period 1870-1899, known as the Modern Breakthrough.
20
+ <!-- END-SHORT DESCRIPTION -->
21
+
22
+ The MeMo corpus is established to investigate literary and cultural change in a seminal epoch of Scandinavian cultural and social history (known as 'the modern breakthrough') using natural language processing and other computational methods. The corpus consists of original novels by Norwegian and Danish authors printed in Denmark in the period 1870-99. It includes 858 volumes, totaling 4.5 million sentences and 65 million words.
23
+
24
+
25
+ Lex.dk is a Danish online encyclopedia platform providing access to reliable and authoritative knowledge on a wide range of topics. It is created and curated by experts, ensuring high-quality, accurate content. The platform serves as a central hub for general and specialized information in Danish, making it a valuable resource for education, research, and general learning.
26
+
27
+
28
+ Additional information about this dataset can be found on their [project page](https://nors.ku.dk/english/research/projects/measuring-modernity/) or on their huggingface [dataset](https://huggingface.co/datasets/MiMe-MeMo/Corpus-v1.1).
29
+
30
+
31
+
32
+
33
+ ## Dataset Description
34
+
35
+ <!-- START-DESC-STATS -->
36
+ - **Language**: dan, dansk, Danish
37
+ - **Number of samples**: 839
38
+ - **Number of tokens (Llama 3)**: 9.28M
39
+ - **Average document length (characters)**: 32813.51
40
+ <!-- END-DESC-STATS -->
41
+
42
+
43
+ ## Dataset Structure
44
+ An example from the dataset looks as follows.
45
+
46
+ <!-- START-SAMPLE -->
47
+ ```py
48
+ {
49
+ "text": "Underlige Fyre\n\nSkrevet af Oscar Aagaard\nPubliceret 1894 af Gyldendal\n\nFørste kapitel. Argus & co. W[...]",
50
+ "source": "memo",
51
+ "id": "1894_Aagaard_UnderligeFyre",
52
+ "added": "2025-03-08",
53
+ "created": "1894-01-01, 1894-12-31",
54
+ "license": "cc-by-sa-4.0",
55
+ "domain": "Wiki & Books",
56
+ "metadata": {
57
+ "source-pretty": "MeMo Canonical Novels"
58
+ }
59
+ }
60
+ ```
61
+
62
+ ### Data Fields
63
+
64
+ An entry in the dataset consists of the following fields:
65
+
66
+ - `text`(`str`): The content of the document.
67
+ - `source` (`str`): The source of the document (see [Source Data](#source-data)).
68
+ - `id` (`str`): An unique identifier for each document.
69
+ - `added` (`str`): An date for when the document was added to this collection.
70
+ - `created` (`str`): An date range for when the document was originally created.
71
+ - `license` (`str`): The license of the document. The licenses vary according to the source.
72
+ - `domain` (`str`): The domain of the source
73
+ - `metadata/source-pretty` (`str`): The long form version of the short-form source name
74
+ - `metadata/*`: Potentially additional metadata
75
+ <!-- END-SAMPLE -->
76
+
77
+
78
+ ### Dataset Statistics
79
+
80
+ <!-- START-DATASET PLOTS -->
81
+ <img src="./images/dist_document_length.png" width="600" style="margin-right: 10px;" />
82
+ <img>
83
+ <!-- END-DATASET PLOTS -->
84
+
85
+
86
+ ## Additional Information
87
+
88
+
89
+ ### Contact
90
+ For questions related to the processing and conversion feel free to open a [discussion thread](https://huggingface.co/datasets/danish-foundation-models/danish-dynaword/discussions) for question related to the initial collect of the data please contact the project PI, Jens Bjerring-Hansen, associate professor at Copenhagen University.
91
+
92
+ ### Citation Information
93
+
94
+ This dataset is derived from the publicly availabe dataset [MiMe-MeMo/Corpus-v1.1](https://huggingface.co/datasets/MiMe-MeMo/Corpus-v1.1) and was release as a part of paper Bjerring-Hansen, Jens, et al. "Mending Fractured Texts. A heuristic procedure for correcting OCR data." (2022). https://ceur-ws.org/Vol-3232/paper14.pdf. Which has the follwing citation:
95
+
96
+ ```
97
+ @inproceedings{bjerring2022mending,
98
+ title={Mending Fractured Texts. A heuristic procedure for correcting OCR data},
99
+ author={Bjerring-Hansen, Jens and Kristensen-McLachlan, Ross Deans and Diderichsen, Philip and Hansen, Dorte Haltrup},
100
+ booktitle={CEUR Workshop Proceedings},
101
+ volume={3232},
102
+ pages={177--186},
103
+ year={2022},
104
+ organization={ceur workshop proceedings}
105
+ }
106
+ ```
107
+
108
+ ### Other uses of this dataset
109
+
110
+ This study have additionally
111
+ ```
112
+ @inproceedings{feldkamp_canonical_2024,
113
+ address = {Miami, Florida, USA},
114
+ title = {Canonical {Status} and {Literary} {Influence}: {A} {Comparative} {Study} of {Danish} {Novels} from the {Modern} {Breakthrough} (1870--1900)},
115
+ booktitle = {Proceedings of the {Joint} 4th {International} {Conference} on {Natural} {Language} {Processing} for {Digital} {Humanities}},
116
+ publisher = {Association for Computational Linguistics, Forthcoming},
117
+ author = {Feldkamp, Pascale and Lassche, Alie and Kostkan, Jan and Kardos, Márton and Baunvig, Katrine F. and Nielbo, Kristoffer L.},
118
+ year = {2024},
119
+ }
120
+ ```
data/memo/memo.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5dc0a3190ff6ec398b885445b4ba6e6c185bb2364c81c56985845d5386d72f92
3
+ size 17796900
data/opensubtitles/create.py CHANGED
@@ -1,3 +1,11 @@
 
 
 
 
 
 
 
 
1
  from pathlib import Path
2
  from typing import cast
3
 
 
1
+ # /// script
2
+ # requires-python = "==3.12"
3
+ # dependencies = [
4
+ # "datasets==3.2.0",
5
+ # "spacy==3.8.3",
6
+ # ]
7
+ # ///
8
+
9
  from pathlib import Path
10
  from typing import cast
11
 
descriptive_stats.json CHANGED
@@ -1 +1,7 @@
1
- {"number_of_samples": 588922, "average_document_length": 9245.09222613521, "number_of_tokens": 1852293828, "language": "dan, dansk, Danish", "revision": "dd7498844276f5f97f8a318b3def20f8b576dd91"}
 
 
 
 
 
 
 
1
+ {
2
+ "number_of_samples": 588922,
3
+ "average_document_length": 9245.09222613521,
4
+ "number_of_tokens": 1852293828,
5
+ "language": "dan, dansk, Danish",
6
+ "revision": "97b3aa5dd63b276422aad3b483e6850a9188c013"
7
+ }
pyproject.toml CHANGED
@@ -1,6 +1,6 @@
1
  [project]
2
  name = "danish-dynaword"
3
- version = "1.0.8"
4
  description = "project code for the danish dynaword project"
5
  readme = "README.md"
6
  requires-python = ">=3.12,<3.13" # 3.13 have issues with spacy and pytorch
@@ -15,14 +15,10 @@ dependencies = [
15
  "transformers>=4.47.1", # tokenization
16
  # development
17
  "ipykernel>=6.29.5",
 
18
  # test
19
  "pytest>=8.3.4",
20
  # formatting
21
  "ruff>=0.8.3",
22
  # new
23
  ]
24
-
25
- [project.optional-dependencies]
26
- opensubtitles = [
27
- "spacy>=3.8.3", # only need for opensubtitles/create.py
28
- ]
 
1
  [project]
2
  name = "danish-dynaword"
3
+ version = "1.0.9"
4
  description = "project code for the danish dynaword project"
5
  readme = "README.md"
6
  requires-python = ">=3.12,<3.13" # 3.13 have issues with spacy and pytorch
 
15
  "transformers>=4.47.1", # tokenization
16
  # development
17
  "ipykernel>=6.29.5",
18
+ "pip>=25.0.1",
19
  # test
20
  "pytest>=8.3.4",
21
  # formatting
22
  "ruff>=0.8.3",
23
  # new
24
  ]
 
 
 
 
 
src/update_descriptive_statistics.py CHANGED
@@ -111,7 +111,7 @@ class DescriptiveStatsOverview:
111
  data = self.__dict__
112
  data["revision"] = get_current_revision()
113
  with path.with_suffix(".json").open("w") as f:
114
- json.dump(self.__dict__, f)
115
 
116
  @classmethod
117
  def from_disk(cls, path: Path):
 
111
  data = self.__dict__
112
  data["revision"] = get_current_revision()
113
  with path.with_suffix(".json").open("w") as f:
114
+ json.dump(self.__dict__, f, indent=2)
115
 
116
  @classmethod
117
  def from_disk(cls, path: Path):
test_results.log CHANGED
@@ -1,13 +1,13 @@
1
  ============================= test session starts ==============================
2
- platform darwin -- Python 3.12.7, pytest-8.3.4, pluggy-1.5.0
3
- rootdir: /Users/kristianjensen/Documents/danish-dynaword
4
  configfile: pyproject.toml
5
- collected 100 items
6
 
7
- src/tests/test_dataset_schema.py ....................................... [ 39%]
8
- ................................. [ 72%]
9
- src/tests/test_duplicates.py sssssssssssssssssssssssss [ 97%]
10
  src/tests/test_load.py .. [ 99%]
11
  src/tests/test_unique_ids.py . [100%]
12
 
13
- ======================== 75 passed, 25 skipped in 6.31s ========================
 
1
  ============================= test session starts ==============================
2
+ platform darwin -- Python 3.12.0, pytest-8.3.4, pluggy-1.5.0
3
+ rootdir: /Users/au561649/Github/danish-dynaword
4
  configfile: pyproject.toml
5
+ collected 104 items
6
 
7
+ src/tests/test_dataset_schema.py ....................................... [ 37%]
8
+ .................................... [ 72%]
9
+ src/tests/test_duplicates.py ssssssssssssssssssssssssss [ 97%]
10
  src/tests/test_load.py .. [ 99%]
11
  src/tests/test_unique_ids.py . [100%]
12
 
13
+ ======================== 78 passed, 26 skipped in 4.17s ========================
uv.lock CHANGED
@@ -1,9 +1,10 @@
1
  version = 1
 
2
  requires-python = "==3.12.*"
3
  resolution-markers = [
4
  "sys_platform == 'darwin'",
5
  "platform_machine == 'aarch64' and sys_platform == 'linux'",
6
- "(platform_machine != 'aarch64' and sys_platform != 'darwin') or (sys_platform != 'darwin' and sys_platform != 'linux')",
7
  ]
8
 
9
  [[package]]
@@ -95,33 +96,6 @@ wheels = [
95
  { url = "https://files.pythonhosted.org/packages/89/aa/ab0f7891a01eeb2d2e338ae8fecbe57fcebea1a24dbb64d45801bfab481d/attrs-24.3.0-py3-none-any.whl", hash = "sha256:ac96cd038792094f438ad1f6ff80837353805ac950cd2aa0e0625ef19850c308", size = 63397 },
96
  ]
97
 
98
- [[package]]
99
- name = "blis"
100
- version = "1.1.0"
101
- source = { registry = "https://pypi.org/simple" }
102
- dependencies = [
103
- { name = "numpy" },
104
- ]
105
- sdist = { url = "https://files.pythonhosted.org/packages/97/bf/293381063430f4f5dc0d46845ef8452fca1007ff0f0efa862ba8d02659b6/blis-1.1.0.tar.gz", hash = "sha256:ac0d136f4c96d5457f5e4fdc7d75eb40d0765b342de3114047235587eaa29eba", size = 3577115 }
106
- wheels = [
107
- { url = "https://files.pythonhosted.org/packages/5c/70/4ecacfc5f4888f9d0a5229222a2dafbc9dd74a2522fb105f4b753e17dcbe/blis-1.1.0-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:e193a30fbc15374ce08466a292af6238289033b667fa9ac05aef5fdaf6143c58", size = 7745822 },
108
- { url = "https://files.pythonhosted.org/packages/9c/e4/1d643e00f070b720f0c765bbe85928fc9eeb20e5fdb72b829babdcbd8c63/blis-1.1.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:9d8373e35e63d7ee31cb8a28bd453557863645280aca8ac7dad14efd0a29b114", size = 1091259 },
109
- { url = "https://files.pythonhosted.org/packages/3d/bd/b5c18fc0ee1d42bb9c28380cdc259bd64793150ffa6d880c6ca54b69a2eb/blis-1.1.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:97a4f7a504216c13c101def0655d513c4559398d6d686a6bc8511f6f138ee1b1", size = 2680507 },
110
- { url = "https://files.pythonhosted.org/packages/29/0a/ac03a27b36d321946b6c35f82807c625757b65b095a6bea74b2d70bc4a50/blis-1.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:634dec82d737eb615e9b15ac2e0b6d2b500cf71163bbaa2cf473c2044def295e", size = 9250648 },
111
- { url = "https://files.pythonhosted.org/packages/5e/89/e7825f055cfe1c4dafe322b46773cf96122af98d4c7bf0e70273006eeaf3/blis-1.1.0-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:26670c24cf35dcd18efcd81a2296d10e879bef001a7432eb9ae20a28b4eea7f9", size = 3181676 },
112
- { url = "https://files.pythonhosted.org/packages/ec/23/f85511f1c1ac4b18c30f67828097e5fe8f9be0039e7bdc129564acd816d6/blis-1.1.0-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:c5437c0f9a945af9bf74db566b03bfca5bae2a36b7fe0a5f71568fccf9842202", size = 11716205 },
113
- { url = "https://files.pythonhosted.org/packages/4c/9f/e5b84036c0bef9687a3fe06b0d6c8e0effb8f8edcc2c163af0d508d0cc2e/blis-1.1.0-cp312-cp312-win_amd64.whl", hash = "sha256:2eca05589be251ae8fbc0503d610ed841250e630b98a6647e1eafff3af0c36f8", size = 6379234 },
114
- ]
115
-
116
- [[package]]
117
- name = "catalogue"
118
- version = "2.0.10"
119
- source = { registry = "https://pypi.org/simple" }
120
- sdist = { url = "https://files.pythonhosted.org/packages/38/b4/244d58127e1cdf04cf2dc7d9566f0d24ef01d5ce21811bab088ecc62b5ea/catalogue-2.0.10.tar.gz", hash = "sha256:4f56daa940913d3f09d589c191c74e5a6d51762b3a9e37dd53b7437afd6cda15", size = 19561 }
121
- wheels = [
122
- { url = "https://files.pythonhosted.org/packages/9e/96/d32b941a501ab566a16358d68b6eb4e4acc373fab3c3c4d7d9e649f7b4bb/catalogue-2.0.10-py3-none-any.whl", hash = "sha256:58c2de0020aa90f4a2da7dfad161bf7b3b054c86a5f09fcedc0b2b740c109a9f", size = 17325 },
123
- ]
124
-
125
  [[package]]
126
  name = "certifi"
127
  version = "2024.12.14"
@@ -175,27 +149,6 @@ wheels = [
175
  { url = "https://files.pythonhosted.org/packages/0e/f6/65ecc6878a89bb1c23a086ea335ad4bf21a588990c3f535a227b9eea9108/charset_normalizer-3.4.1-py3-none-any.whl", hash = "sha256:d98b1668f06378c6dbefec3b92299716b931cd4e6061f3c875a71ced1780ab85", size = 49767 },
176
  ]
177
 
178
- [[package]]
179
- name = "click"
180
- version = "8.1.8"
181
- source = { registry = "https://pypi.org/simple" }
182
- dependencies = [
183
- { name = "colorama", marker = "platform_system == 'Windows'" },
184
- ]
185
- sdist = { url = "https://files.pythonhosted.org/packages/b9/2e/0090cbf739cee7d23781ad4b89a9894a41538e4fcf4c31dcdd705b78eb8b/click-8.1.8.tar.gz", hash = "sha256:ed53c9d8990d83c2a27deae68e4ee337473f6330c040a31d4225c9574d16096a", size = 226593 }
186
- wheels = [
187
- { url = "https://files.pythonhosted.org/packages/7e/d4/7ebdbd03970677812aac39c869717059dbb71a4cfc033ca6e5221787892c/click-8.1.8-py3-none-any.whl", hash = "sha256:63c132bbbed01578a06712a2d1f497bb62d9c1c0d329b7903a866228027263b2", size = 98188 },
188
- ]
189
-
190
- [[package]]
191
- name = "cloudpathlib"
192
- version = "0.20.0"
193
- source = { registry = "https://pypi.org/simple" }
194
- sdist = { url = "https://files.pythonhosted.org/packages/71/0b/a47d78ed2816db100543b504fdbfc2070f422aac858e6bcf775713e37b8a/cloudpathlib-0.20.0.tar.gz", hash = "sha256:f6ef7ca409a510f7ba4639ba50ab3fc5b6dee82d6dff0d7f5715fd0c9ab35891", size = 45149 }
195
- wheels = [
196
- { url = "https://files.pythonhosted.org/packages/1f/6e/b64600156934dab14cc8b403095a9ea8bd722aad2e775673c68346b76220/cloudpathlib-0.20.0-py3-none-any.whl", hash = "sha256:7af3bcefbf73392ae7f31c08b3660ec31607f8c01b7f6262d4d73469a845f641", size = 52547 },
197
- ]
198
-
199
  [[package]]
200
  name = "colorama"
201
  version = "0.4.6"
@@ -217,19 +170,6 @@ wheels = [
217
  { url = "https://files.pythonhosted.org/packages/e6/75/49e5bfe642f71f272236b5b2d2691cf915a7283cc0ceda56357b61daa538/comm-0.2.2-py3-none-any.whl", hash = "sha256:e6fb86cb70ff661ee8c9c14e7d36d6de3b4066f1441be4063df9c5009f0a64d3", size = 7180 },
218
  ]
219
 
220
- [[package]]
221
- name = "confection"
222
- version = "0.1.5"
223
- source = { registry = "https://pypi.org/simple" }
224
- dependencies = [
225
- { name = "pydantic" },
226
- { name = "srsly" },
227
- ]
228
- sdist = { url = "https://files.pythonhosted.org/packages/51/d3/57c6631159a1b48d273b40865c315cf51f89df7a9d1101094ef12e3a37c2/confection-0.1.5.tar.gz", hash = "sha256:8e72dd3ca6bd4f48913cd220f10b8275978e740411654b6e8ca6d7008c590f0e", size = 38924 }
229
- wheels = [
230
- { url = "https://files.pythonhosted.org/packages/0c/00/3106b1854b45bd0474ced037dfe6b73b90fe68a68968cef47c23de3d43d2/confection-0.1.5-py3-none-any.whl", hash = "sha256:e29d3c3f8eac06b3f77eb9dfb4bf2fc6bcc9622a98ca00a698e3d019c6430b14", size = 35451 },
231
- ]
232
-
233
  [[package]]
234
  name = "contourpy"
235
  version = "1.3.1"
@@ -260,27 +200,15 @@ wheels = [
260
  { url = "https://files.pythonhosted.org/packages/e7/05/c19819d5e3d95294a6f5947fb9b9629efb316b96de511b418c53d245aae6/cycler-0.12.1-py3-none-any.whl", hash = "sha256:85cef7cff222d8644161529808465972e51340599459b8ac3ccbac5a854e0d30", size = 8321 },
261
  ]
262
 
263
- [[package]]
264
- name = "cymem"
265
- version = "2.0.10"
266
- source = { registry = "https://pypi.org/simple" }
267
- sdist = { url = "https://files.pythonhosted.org/packages/b6/62/eac45989f3d3296133f292f3097cb4c1f9d3ad3e5a85e79bbd2c7f96278f/cymem-2.0.10.tar.gz", hash = "sha256:f51700acfa1209b4a221dc892cca8030f4bc10d4c153dec098042f484c7f07a4", size = 10239 }
268
- wheels = [
269
- { url = "https://files.pythonhosted.org/packages/17/27/a4383a1f534676f1fccb90e35154b3cd1d333954c756b1b01839b5554169/cymem-2.0.10-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:c6ed8b1ed448cd65e12405a02aa71b22a4094d8a623205625057c4c73ba4b133", size = 42577 },
270
- { url = "https://files.pythonhosted.org/packages/55/de/068d791d77c5f46844ee00c56414a6c7d9a3e80a82228ecb17c6530886bc/cymem-2.0.10-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:5e57928d9e93c61265281ea01a1d24499d397625b2766a0c5735b99bceb3ba75", size = 42206 },
271
- { url = "https://files.pythonhosted.org/packages/35/af/f93d0fdd5f6174038c6745b708bb97e71f4568e7a9b25501ea481e269e3c/cymem-2.0.10-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:dc4932060a5d55648fa4a3960f1cad9905572ed5c6f02af42f849e869d2803d4", size = 227944 },
272
- { url = "https://files.pythonhosted.org/packages/8e/11/6bc72829cef14d1598a4c9f9381ac3d8b4e09d98f8496c9042cd994b7f13/cymem-2.0.10-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:f4bc6c823b400d32cddcfeefb3f352d52a0cc911cb0b5c1ef64e3f9741fd56b9", size = 216400 },
273
- { url = "https://files.pythonhosted.org/packages/16/40/1b6bdfaab3f80eeb302cd6212c2dcaa735d055db509487cf8da51764b74d/cymem-2.0.10-cp312-cp312-win_amd64.whl", hash = "sha256:6ae7f22af4bc4311f06c925df61c62219c11939dffc9c91d67caf89a7e1557a5", size = 39243 },
274
- ]
275
-
276
  [[package]]
277
  name = "danish-dynaword"
278
- version = "1.0.8"
279
  source = { virtual = "." }
280
  dependencies = [
281
  { name = "datasets" },
282
  { name = "gitpython" },
283
  { name = "ipykernel" },
 
284
  { name = "plotnine" },
285
  { name = "pydantic" },
286
  { name = "pytest" },
@@ -290,21 +218,16 @@ dependencies = [
290
  { name = "transformers" },
291
  ]
292
 
293
- [package.optional-dependencies]
294
- opensubtitles = [
295
- { name = "spacy" },
296
- ]
297
-
298
  [package.metadata]
299
  requires-dist = [
300
  { name = "datasets", specifier = ">=3.0.0" },
301
  { name = "gitpython", specifier = ">=3.1.43" },
302
  { name = "ipykernel", specifier = ">=6.29.5" },
 
303
  { name = "plotnine", specifier = ">=0.14.5" },
304
  { name = "pydantic", specifier = ">=2.10.4" },
305
  { name = "pytest", specifier = ">=8.3.4" },
306
  { name = "ruff", specifier = ">=0.8.3" },
307
- { name = "spacy", marker = "extra == 'opensubtitles'", specifier = ">=3.8.3" },
308
  { name = "tabulate", specifier = ">=0.9.0" },
309
  { name = "tomlkit", specifier = ">=0.13.2" },
310
  { name = "transformers", specifier = ">=4.47.1" },
@@ -504,7 +427,7 @@ name = "ipykernel"
504
  version = "6.29.5"
505
  source = { registry = "https://pypi.org/simple" }
506
  dependencies = [
507
- { name = "appnope", marker = "platform_system == 'Darwin'" },
508
  { name = "comm" },
509
  { name = "debugpy" },
510
  { name = "ipython" },
@@ -555,18 +478,6 @@ wheels = [
555
  { url = "https://files.pythonhosted.org/packages/c0/5a/9cac0c82afec3d09ccd97c8b6502d48f165f9124db81b4bcb90b4af974ee/jedi-0.19.2-py2.py3-none-any.whl", hash = "sha256:a8ef22bde8490f57fe5c7681a3c83cb58874daf72b4784de3cce5b6ef6edb5b9", size = 1572278 },
556
  ]
557
 
558
- [[package]]
559
- name = "jinja2"
560
- version = "3.1.5"
561
- source = { registry = "https://pypi.org/simple" }
562
- dependencies = [
563
- { name = "markupsafe" },
564
- ]
565
- sdist = { url = "https://files.pythonhosted.org/packages/af/92/b3130cbbf5591acf9ade8708c365f3238046ac7cb8ccba6e81abccb0ccff/jinja2-3.1.5.tar.gz", hash = "sha256:8fefff8dc3034e27bb80d67c671eb8a9bc424c0ef4c0826edbff304cceff43bb", size = 244674 }
566
- wheels = [
567
- { url = "https://files.pythonhosted.org/packages/bd/0f/2ba5fbcd631e3e88689309dbe978c5769e883e4b84ebfe7da30b43275c5a/jinja2-3.1.5-py3-none-any.whl", hash = "sha256:aba0f4dc9ed8013c424088f68a5c226f7d6097ed89b246d7749c2ec4175c6adb", size = 134596 },
568
- ]
569
-
570
  [[package]]
571
  name = "jupyter-client"
572
  version = "8.6.3"
@@ -620,82 +531,6 @@ wheels = [
620
  { url = "https://files.pythonhosted.org/packages/dc/85/220d13d914485c0948a00f0b9eb419efaf6da81b7d72e88ce2391f7aed8d/kiwisolver-1.4.8-cp312-cp312-win_arm64.whl", hash = "sha256:a3c44cb68861de93f0c4a8175fbaa691f0aa22550c331fefef02b618a9dcb476", size = 65424 },
621
  ]
622
 
623
- [[package]]
624
- name = "langcodes"
625
- version = "3.5.0"
626
- source = { registry = "https://pypi.org/simple" }
627
- dependencies = [
628
- { name = "language-data" },
629
- ]
630
- sdist = { url = "https://files.pythonhosted.org/packages/3a/7a/5a97e327063409a5caa21541e6d08ae4a0f2da328447e9f2c7b39e179226/langcodes-3.5.0.tar.gz", hash = "sha256:1eef8168d07e51e131a2497ffecad4b663f6208e7c3ae3b8dc15c51734a6f801", size = 191030 }
631
- wheels = [
632
- { url = "https://files.pythonhosted.org/packages/c3/6b/068c2ea7a712bf805c62445bd9e9c06d7340358ef2824150eceac027444b/langcodes-3.5.0-py3-none-any.whl", hash = "sha256:853c69d1a35e0e13da2f427bb68fb2fa4a8f4fb899e0c62ad8df8d073dcfed33", size = 182974 },
633
- ]
634
-
635
- [[package]]
636
- name = "language-data"
637
- version = "1.3.0"
638
- source = { registry = "https://pypi.org/simple" }
639
- dependencies = [
640
- { name = "marisa-trie" },
641
- ]
642
- sdist = { url = "https://files.pythonhosted.org/packages/dd/ce/3f144716a9f2cbf42aa86ebc8b085a184be25c80aa453eea17c294d239c1/language_data-1.3.0.tar.gz", hash = "sha256:7600ef8aa39555145d06c89f0c324bf7dab834ea0b0a439d8243762e3ebad7ec", size = 5129310 }
643
- wheels = [
644
- { url = "https://files.pythonhosted.org/packages/5d/e9/5a5ffd9b286db82be70d677d0a91e4d58f7912bb8dd026ddeeb4abe70679/language_data-1.3.0-py3-none-any.whl", hash = "sha256:e2ee943551b5ae5f89cd0e801d1fc3835bb0ef5b7e9c3a4e8e17b2b214548fbf", size = 5385760 },
645
- ]
646
-
647
- [[package]]
648
- name = "marisa-trie"
649
- version = "1.2.1"
650
- source = { registry = "https://pypi.org/simple" }
651
- dependencies = [
652
- { name = "setuptools" },
653
- ]
654
- sdist = { url = "https://files.pythonhosted.org/packages/31/15/9d9743897e4450b2de199ee673b50cb018980c4ced477d41cf91304a85e3/marisa_trie-1.2.1.tar.gz", hash = "sha256:3a27c408e2aefc03e0f1d25b2ff2afb85aac3568f6fa2ae2a53b57a2e87ce29d", size = 416124 }
655
- wheels = [
656
- { url = "https://files.pythonhosted.org/packages/4e/bf/8bd4ac8436b33fd46c9e1ffe3c2a131cd9744cc1649dbbe13308f744ef2b/marisa_trie-1.2.1-cp312-cp312-macosx_10_13_universal2.whl", hash = "sha256:638506eacf20ca503fff72221a7e66a6eadbf28d6a4a6f949fcf5b1701bb05ec", size = 360041 },
657
- { url = "https://files.pythonhosted.org/packages/ab/dd/4d3151e302e66ae387885f6ec265bd189e096b0c43c1379bfd9a3b9d2543/marisa_trie-1.2.1-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:de1665eaafefa48a308e4753786519888021740501a15461c77bdfd57638e6b4", size = 190520 },
658
- { url = "https://files.pythonhosted.org/packages/00/28/ae5991c74fb90b173167a366a634c83445f948ad044d37287b478d6b457e/marisa_trie-1.2.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:f713af9b8aa66a34cd3a78c7d150a560a75734713abe818a69021fd269e927fa", size = 174175 },
659
- { url = "https://files.pythonhosted.org/packages/5a/6a/fbfa89a8680eaabc6847a6c421e65427c43182db0c4bdb60e1516c81c822/marisa_trie-1.2.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b2a7d00f53f4945320b551bccb826b3fb26948bde1a10d50bb9802fabb611b10", size = 1354995 },
660
- { url = "https://files.pythonhosted.org/packages/9e/4c/2ba0b385e5f64ca4ddb0c10ec52ddf881bc4521f135948786fc339d1d6c8/marisa_trie-1.2.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:98042040d1d6085792e8d0f74004fc0f5f9ca6091c298f593dd81a22a4643854", size = 1390989 },
661
- { url = "https://files.pythonhosted.org/packages/6b/22/0791ed3045c91d0938345a86be472fc7c188b894f16c5dfad2ef31e7f882/marisa_trie-1.2.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:6532615111eec2c79e711965ece0bc95adac1ff547a7fff5ffca525463116deb", size = 1328810 },
662
- { url = "https://files.pythonhosted.org/packages/9d/7d/3f566e563abae6efce7fc311c63282a447c611739b3cd66c0e36077c86f8/marisa_trie-1.2.1-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:20948e40ab2038e62b7000ca6b4a913bc16c91a2c2e6da501bd1f917eeb28d51", size = 2230222 },
663
- { url = "https://files.pythonhosted.org/packages/a5/0b/38fbb4611b5d1030242ddc2aa62e524438c8076e26f87395dbbf222dc62d/marisa_trie-1.2.1-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:66b23e5b35dd547f85bf98db7c749bc0ffc57916ade2534a6bbc32db9a4abc44", size = 2383620 },
664
- { url = "https://files.pythonhosted.org/packages/ae/17/4553c63de29904d5d2521a24cad817bc7883cfa90506ab702ec4dae59a7b/marisa_trie-1.2.1-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:6704adf0247d2dda42e876b793be40775dff46624309ad99bc7537098bee106d", size = 2329202 },
665
- { url = "https://files.pythonhosted.org/packages/45/08/6307a630e63cd763fe77ac56516faa67fa9cd342060691e40fabc84be6b0/marisa_trie-1.2.1-cp312-cp312-win32.whl", hash = "sha256:3ad356442c2fea4c2a6f514738ddf213d23930f942299a2b2c05df464a00848a", size = 129652 },
666
- { url = "https://files.pythonhosted.org/packages/a1/fe/67c357bfd92710d95a16b86e1453c663d565415d7f7838781c79ff7e1a7e/marisa_trie-1.2.1-cp312-cp312-win_amd64.whl", hash = "sha256:f2806f75817392cedcacb24ac5d80b0350dde8d3861d67d045c1d9b109764114", size = 150845 },
667
- ]
668
-
669
- [[package]]
670
- name = "markdown-it-py"
671
- version = "3.0.0"
672
- source = { registry = "https://pypi.org/simple" }
673
- dependencies = [
674
- { name = "mdurl" },
675
- ]
676
- sdist = { url = "https://files.pythonhosted.org/packages/38/71/3b932df36c1a044d397a1f92d1cf91ee0a503d91e470cbd670aa66b07ed0/markdown-it-py-3.0.0.tar.gz", hash = "sha256:e3f60a94fa066dc52ec76661e37c851cb232d92f9886b15cb560aaada2df8feb", size = 74596 }
677
- wheels = [
678
- { url = "https://files.pythonhosted.org/packages/42/d7/1ec15b46af6af88f19b8e5ffea08fa375d433c998b8a7639e76935c14f1f/markdown_it_py-3.0.0-py3-none-any.whl", hash = "sha256:355216845c60bd96232cd8d8c40e8f9765cc86f46880e43a8fd22dc1a1a8cab1", size = 87528 },
679
- ]
680
-
681
- [[package]]
682
- name = "markupsafe"
683
- version = "3.0.2"
684
- source = { registry = "https://pypi.org/simple" }
685
- sdist = { url = "https://files.pythonhosted.org/packages/b2/97/5d42485e71dfc078108a86d6de8fa46db44a1a9295e89c5d6d4a06e23a62/markupsafe-3.0.2.tar.gz", hash = "sha256:ee55d3edf80167e48ea11a923c7386f4669df67d7994554387f84e7d8b0a2bf0", size = 20537 }
686
- wheels = [
687
- { url = "https://files.pythonhosted.org/packages/22/09/d1f21434c97fc42f09d290cbb6350d44eb12f09cc62c9476effdb33a18aa/MarkupSafe-3.0.2-cp312-cp312-macosx_10_13_universal2.whl", hash = "sha256:9778bd8ab0a994ebf6f84c2b949e65736d5575320a17ae8984a77fab08db94cf", size = 14274 },
688
- { url = "https://files.pythonhosted.org/packages/6b/b0/18f76bba336fa5aecf79d45dcd6c806c280ec44538b3c13671d49099fdd0/MarkupSafe-3.0.2-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:846ade7b71e3536c4e56b386c2a47adf5741d2d8b94ec9dc3e92e5e1ee1e2225", size = 12348 },
689
- { url = "https://files.pythonhosted.org/packages/e0/25/dd5c0f6ac1311e9b40f4af06c78efde0f3b5cbf02502f8ef9501294c425b/MarkupSafe-3.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:1c99d261bd2d5f6b59325c92c73df481e05e57f19837bdca8413b9eac4bd8028", size = 24149 },
690
- { url = "https://files.pythonhosted.org/packages/f3/f0/89e7aadfb3749d0f52234a0c8c7867877876e0a20b60e2188e9850794c17/MarkupSafe-3.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e17c96c14e19278594aa4841ec148115f9c7615a47382ecb6b82bd8fea3ab0c8", size = 23118 },
691
- { url = "https://files.pythonhosted.org/packages/d5/da/f2eeb64c723f5e3777bc081da884b414671982008c47dcc1873d81f625b6/MarkupSafe-3.0.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:88416bd1e65dcea10bc7569faacb2c20ce071dd1f87539ca2ab364bf6231393c", size = 22993 },
692
- { url = "https://files.pythonhosted.org/packages/da/0e/1f32af846df486dce7c227fe0f2398dc7e2e51d4a370508281f3c1c5cddc/MarkupSafe-3.0.2-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:2181e67807fc2fa785d0592dc2d6206c019b9502410671cc905d132a92866557", size = 24178 },
693
- { url = "https://files.pythonhosted.org/packages/c4/f6/bb3ca0532de8086cbff5f06d137064c8410d10779c4c127e0e47d17c0b71/MarkupSafe-3.0.2-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:52305740fe773d09cffb16f8ed0427942901f00adedac82ec8b67752f58a1b22", size = 23319 },
694
- { url = "https://files.pythonhosted.org/packages/a2/82/8be4c96ffee03c5b4a034e60a31294daf481e12c7c43ab8e34a1453ee48b/MarkupSafe-3.0.2-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:ad10d3ded218f1039f11a75f8091880239651b52e9bb592ca27de44eed242a48", size = 23352 },
695
- { url = "https://files.pythonhosted.org/packages/51/ae/97827349d3fcffee7e184bdf7f41cd6b88d9919c80f0263ba7acd1bbcb18/MarkupSafe-3.0.2-cp312-cp312-win32.whl", hash = "sha256:0f4ca02bea9a23221c0182836703cbf8930c5e9454bacce27e767509fa286a30", size = 15097 },
696
- { url = "https://files.pythonhosted.org/packages/c1/80/a61f99dc3a936413c3ee4e1eecac96c0da5ed07ad56fd975f1a9da5bc630/MarkupSafe-3.0.2-cp312-cp312-win_amd64.whl", hash = "sha256:8e06879fc22a25ca47312fbe7c8264eb0b662f6db27cb2d3bbbc74b1df4b9b87", size = 15601 },
697
- ]
698
-
699
  [[package]]
700
  name = "matplotlib"
701
  version = "3.10.0"
@@ -733,15 +568,6 @@ wheels = [
733
  { url = "https://files.pythonhosted.org/packages/8f/8e/9ad090d3553c280a8060fbf6e24dc1c0c29704ee7d1c372f0c174aa59285/matplotlib_inline-0.1.7-py3-none-any.whl", hash = "sha256:df192d39a4ff8f21b1895d72e6a13f5fcc5099f00fa84384e0ea28c2cc0653ca", size = 9899 },
734
  ]
735
 
736
- [[package]]
737
- name = "mdurl"
738
- version = "0.1.2"
739
- source = { registry = "https://pypi.org/simple" }
740
- sdist = { url = "https://files.pythonhosted.org/packages/d6/54/cfe61301667036ec958cb99bd3efefba235e65cdeb9c84d24a8293ba1d90/mdurl-0.1.2.tar.gz", hash = "sha256:bb413d29f5eea38f31dd4754dd7377d4465116fb207585f97bf925588687c1ba", size = 8729 }
741
- wheels = [
742
- { url = "https://files.pythonhosted.org/packages/b3/38/89ba8ad64ae25be8de66a6d463314cf1eb366222074cfda9ee839c56a4b4/mdurl-0.1.2-py3-none-any.whl", hash = "sha256:84008a41e51615a49fc9966191ff91509e3c40b939176e643fd50a5c2196b8f8", size = 9979 },
743
- ]
744
-
745
  [[package]]
746
  name = "mizani"
747
  version = "0.13.1"
@@ -750,7 +576,7 @@ dependencies = [
750
  { name = "numpy" },
751
  { name = "pandas" },
752
  { name = "scipy" },
753
- { name = "tzdata", marker = "platform_system == 'Emscripten' or platform_system == 'Windows'" },
754
  ]
755
  sdist = { url = "https://files.pythonhosted.org/packages/91/c3/9f83c374314b2b42e7aec65f3bf87046415ab265f209fa8a04eb6da822ee/mizani-0.13.1.tar.gz", hash = "sha256:e3247ea12c746c8104767d7e42a2d16473173c7bc314f298d8294a58f4653353", size = 765181 }
756
  wheels = [
@@ -797,19 +623,6 @@ wheels = [
797
  { url = "https://files.pythonhosted.org/packages/da/d9/f7f9379981e39b8c2511c9e0326d212accacb82f12fbfdc1aa2ce2a7b2b6/multiprocess-0.70.16-py39-none-any.whl", hash = "sha256:a0bafd3ae1b732eac64be2e72038231c1ba97724b60b09400d68f229fcc2fbf3", size = 133351 },
798
  ]
799
 
800
- [[package]]
801
- name = "murmurhash"
802
- version = "1.0.11"
803
- source = { registry = "https://pypi.org/simple" }
804
- sdist = { url = "https://files.pythonhosted.org/packages/5b/71/01fc0866ce9015cc57c584922a0ecc842ec4ac704b442eff23779e6b9443/murmurhash-1.0.11.tar.gz", hash = "sha256:87ff68a255e54e7648d0729ff4130f43f7f38f03288a376e567934e16db93767", size = 13112 }
805
- wheels = [
806
- { url = "https://files.pythonhosted.org/packages/be/0d/5170cd2cf39cdcb804ca7ddd5bf7864112a217f7e6a318ac64fc23447820/murmurhash-1.0.11-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:185b2cd20b81fa876eaa2249faafd0b7b3d0c54ef04714e38135d9f482cf6ce9", size = 27062 },
807
- { url = "https://files.pythonhosted.org/packages/9a/18/7c37d4a97be0602fd9589a613128f5820742513d1cec1d4e491a7ba9d81a/murmurhash-1.0.11-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:fd3083c6d977c2bc1e2f35ff999c39de43de09fd588f780243ec78debb316406", size = 27017 },
808
- { url = "https://files.pythonhosted.org/packages/26/33/59d6a0830fe2aa963c9b90b6c581ed7f9f073c0ac8929b4c6053fcdf19a1/murmurhash-1.0.11-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:49a3cf4d26f7213d0f4a6c2c49496cbe9f78b30d56b1c3b17fbc74676372ea3f", size = 138536 },
809
- { url = "https://files.pythonhosted.org/packages/91/ae/4baacba15e8973d2db61558d56b731fe093e92a004735c2a683dcb988589/murmurhash-1.0.11-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:a1bdb3c3fe32d93f7c461f11e6b2f7bbe64b3d70f56e48052490435853ed5c91", size = 128894 },
810
- { url = "https://files.pythonhosted.org/packages/6f/87/f2bc915ea04ba7ba11c550d80d0c3a31331e00ef4266bcf241110978b9b1/murmurhash-1.0.11-cp312-cp312-win_amd64.whl", hash = "sha256:0b507dd8ea10f3e5204b397ea9917a3a5f11756859d91406a8f485f18a411bdf", size = 25499 },
811
- ]
812
-
813
  [[package]]
814
  name = "nest-asyncio"
815
  version = "1.6.0"
@@ -851,7 +664,7 @@ name = "pandas"
851
  version = "2.2.3"
852
  source = { registry = "https://pypi.org/simple" }
853
  dependencies = [
854
- { name = "numpy", marker = "python_full_version == '3.12.*'" },
855
  { name = "python-dateutil" },
856
  { name = "pytz" },
857
  { name = "tzdata" },
@@ -919,6 +732,15 @@ wheels = [
919
  { url = "https://files.pythonhosted.org/packages/b5/ca/184349ee40f2e92439be9b3502ae6cfc43ac4b50bc4fc6b3de7957563894/pillow-10.4.0-cp312-cp312-win_arm64.whl", hash = "sha256:e553cad5179a66ba15bb18b353a19020e73a7921296a7979c4a2b7f6a5cd57f9", size = 2243427 },
920
  ]
921
 
 
 
 
 
 
 
 
 
 
922
  [[package]]
923
  name = "platformdirs"
924
  version = "4.3.6"
@@ -954,23 +776,6 @@ wheels = [
954
  { url = "https://files.pythonhosted.org/packages/88/5f/e351af9a41f866ac3f1fac4ca0613908d9a41741cfcf2228f4ad853b697d/pluggy-1.5.0-py3-none-any.whl", hash = "sha256:44e1ad92c8ca002de6377e165f3e0f1be63266ab4d554740532335b9d75ea669", size = 20556 },
955
  ]
956
 
957
- [[package]]
958
- name = "preshed"
959
- version = "3.0.9"
960
- source = { registry = "https://pypi.org/simple" }
961
- dependencies = [
962
- { name = "cymem" },
963
- { name = "murmurhash" },
964
- ]
965
- sdist = { url = "https://files.pythonhosted.org/packages/f2/4e/76dbf784e7d4ed069f91a4c249b1d6ec6856ef0c0b2fd96992895d458b15/preshed-3.0.9.tar.gz", hash = "sha256:721863c5244ffcd2651ad0928951a2c7c77b102f4e11a251ad85d37ee7621660", size = 14478 }
966
- wheels = [
967
- { url = "https://files.pythonhosted.org/packages/fe/7e/a41595876f644d8bd2c3d5422d7211e876b1848a8cc0c03cce33d9cd048a/preshed-3.0.9-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:b4fe6720012c62e6d550d6a5c1c7ad88cacef8388d186dad4bafea4140d9d198", size = 133196 },
968
- { url = "https://files.pythonhosted.org/packages/e7/68/1b4772ff3232e71b63a9206936eb1f75e976ebf4e4e24dc9b3ea7b68369b/preshed-3.0.9-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:e04f05758875be9751e483bd3c519c22b00d3b07f5a64441ec328bb9e3c03700", size = 128594 },
969
- { url = "https://files.pythonhosted.org/packages/f3/52/48eefe876a3841c5850bd955daf145d0e408567c8f46a997bce136dc259d/preshed-3.0.9-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:4a55091d0e395f1fdb62ab43401bb9f8b46c7d7794d5b071813c29dc1ab22fd0", size = 149220 },
970
- { url = "https://files.pythonhosted.org/packages/55/ea/9e6c1a7b1d623f6340379290d603a3b8a71ce52a93f842fbf7547f7f1812/preshed-3.0.9-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7de8f5138bcac7870424e09684dc3dd33c8e30e81b269f6c9ede3d8c7bb8e257", size = 156809 },
971
- { url = "https://files.pythonhosted.org/packages/db/e4/d074efb7e8a8873d346d2fb8dd43e19b1eae0697351c0d79cff947cba46e/preshed-3.0.9-cp312-cp312-win_amd64.whl", hash = "sha256:24229c77364628743bc29c5620c5d6607ed104f0e02ae31f8a030f99a78a5ceb", size = 122428 },
972
- ]
973
-
974
  [[package]]
975
  name = "prompt-toolkit"
976
  version = "3.0.48"
@@ -1246,19 +1051,6 @@ wheels = [
1246
  { url = "https://files.pythonhosted.org/packages/f9/9b/335f9764261e915ed497fcdeb11df5dfd6f7bf257d4a6a2a686d80da4d54/requests-2.32.3-py3-none-any.whl", hash = "sha256:70761cfe03c773ceb22aa2f671b4757976145175cdfca038c02654d061d6dcc6", size = 64928 },
1247
  ]
1248
 
1249
- [[package]]
1250
- name = "rich"
1251
- version = "13.9.4"
1252
- source = { registry = "https://pypi.org/simple" }
1253
- dependencies = [
1254
- { name = "markdown-it-py" },
1255
- { name = "pygments" },
1256
- ]
1257
- sdist = { url = "https://files.pythonhosted.org/packages/ab/3a/0316b28d0761c6734d6bc14e770d85506c986c85ffb239e688eeaab2c2bc/rich-13.9.4.tar.gz", hash = "sha256:439594978a49a09530cff7ebc4b5c7103ef57baf48d5ea3184f21d9a2befa098", size = 223149 }
1258
- wheels = [
1259
- { url = "https://files.pythonhosted.org/packages/19/71/39c7c0d87f8d4e6c020a393182060eaefeeae6c01dab6a84ec346f2567df/rich-13.9.4-py3-none-any.whl", hash = "sha256:6049d5e6ec054bf2779ab3358186963bac2ea89175919d699e378b99738c2a90", size = 242424 },
1260
- ]
1261
-
1262
  [[package]]
1263
  name = "ruff"
1264
  version = "0.8.5"
@@ -1325,24 +1117,6 @@ wheels = [
1325
  { url = "https://files.pythonhosted.org/packages/3f/39/a29b75f9c30084cbafd416bfa00933311a5b7a96be6e88750c98521d2ccb/scipy-1.15.0-cp312-cp312-win_amd64.whl", hash = "sha256:327163ad73e54541a675240708244644294cb0a65cca420c9c79baeb9648e479", size = 43622832 },
1326
  ]
1327
 
1328
- [[package]]
1329
- name = "setuptools"
1330
- version = "75.6.0"
1331
- source = { registry = "https://pypi.org/simple" }
1332
- sdist = { url = "https://files.pythonhosted.org/packages/43/54/292f26c208734e9a7f067aea4a7e282c080750c4546559b58e2e45413ca0/setuptools-75.6.0.tar.gz", hash = "sha256:8199222558df7c86216af4f84c30e9b34a61d8ba19366cc914424cdbd28252f6", size = 1337429 }
1333
- wheels = [
1334
- { url = "https://files.pythonhosted.org/packages/55/21/47d163f615df1d30c094f6c8bbb353619274edccf0327b185cc2493c2c33/setuptools-75.6.0-py3-none-any.whl", hash = "sha256:ce74b49e8f7110f9bf04883b730f4765b774ef3ef28f722cce7c273d253aaf7d", size = 1224032 },
1335
- ]
1336
-
1337
- [[package]]
1338
- name = "shellingham"
1339
- version = "1.5.4"
1340
- source = { registry = "https://pypi.org/simple" }
1341
- sdist = { url = "https://files.pythonhosted.org/packages/58/15/8b3609fd3830ef7b27b655beb4b4e9c62313a4e8da8c676e142cc210d58e/shellingham-1.5.4.tar.gz", hash = "sha256:8dbca0739d487e5bd35ab3ca4b36e11c4078f3a234bfce294b0a0291363404de", size = 10310 }
1342
- wheels = [
1343
- { url = "https://files.pythonhosted.org/packages/e0/f9/0595336914c5619e5f28a1fb793285925a8cd4b432c9da0a987836c7f822/shellingham-1.5.4-py2.py3-none-any.whl", hash = "sha256:7ecfff8f2fd72616f7481040475a65b2bf8af90a56c89140852d1120324e8686", size = 9755 },
1344
- ]
1345
-
1346
  [[package]]
1347
  name = "six"
1348
  version = "1.17.0"
@@ -1352,18 +1126,6 @@ wheels = [
1352
  { url = "https://files.pythonhosted.org/packages/b7/ce/149a00dd41f10bc29e5921b496af8b574d8413afcd5e30dfa0ed46c2cc5e/six-1.17.0-py2.py3-none-any.whl", hash = "sha256:4721f391ed90541fddacab5acf947aa0d3dc7d27b2e1e8eda2be8970586c3274", size = 11050 },
1353
  ]
1354
 
1355
- [[package]]
1356
- name = "smart-open"
1357
- version = "7.1.0"
1358
- source = { registry = "https://pypi.org/simple" }
1359
- dependencies = [
1360
- { name = "wrapt" },
1361
- ]
1362
- sdist = { url = "https://files.pythonhosted.org/packages/21/30/1f41c3d3b8cec82024b4b277bfd4e5b18b765ae7279eb9871fa25c503778/smart_open-7.1.0.tar.gz", hash = "sha256:a4f09f84f0f6d3637c6543aca7b5487438877a21360e7368ccf1f704789752ba", size = 72044 }
1363
- wheels = [
1364
- { url = "https://files.pythonhosted.org/packages/7a/18/9a8d9f01957aa1f8bbc5676d54c2e33102d247e146c1a3679d3bd5cc2e3a/smart_open-7.1.0-py3-none-any.whl", hash = "sha256:4b8489bb6058196258bafe901730c7db0dcf4f083f316e97269c66f45502055b", size = 61746 },
1365
- ]
1366
-
1367
  [[package]]
1368
  name = "smmap"
1369
  version = "5.0.2"
@@ -1373,74 +1135,6 @@ wheels = [
1373
  { url = "https://files.pythonhosted.org/packages/04/be/d09147ad1ec7934636ad912901c5fd7667e1c858e19d355237db0d0cd5e4/smmap-5.0.2-py3-none-any.whl", hash = "sha256:b30115f0def7d7531d22a0fb6502488d879e75b260a9db4d0819cfb25403af5e", size = 24303 },
1374
  ]
1375
 
1376
- [[package]]
1377
- name = "spacy"
1378
- version = "3.8.3"
1379
- source = { registry = "https://pypi.org/simple" }
1380
- dependencies = [
1381
- { name = "catalogue" },
1382
- { name = "cymem" },
1383
- { name = "jinja2" },
1384
- { name = "langcodes" },
1385
- { name = "murmurhash" },
1386
- { name = "numpy", marker = "python_full_version == '3.12.*'" },
1387
- { name = "packaging" },
1388
- { name = "preshed" },
1389
- { name = "pydantic" },
1390
- { name = "requests" },
1391
- { name = "setuptools" },
1392
- { name = "spacy-legacy" },
1393
- { name = "spacy-loggers" },
1394
- { name = "srsly" },
1395
- { name = "thinc" },
1396
- { name = "tqdm" },
1397
- { name = "typer" },
1398
- { name = "wasabi" },
1399
- { name = "weasel" },
1400
- ]
1401
- sdist = { url = "https://files.pythonhosted.org/packages/97/48/4f87b2551768c9725510c9629d34acca9b6e84d897207c8ac35b69df2484/spacy-3.8.3.tar.gz", hash = "sha256:81a967dc3d6a5a0a9ab250559483fe2092306582a9192f98be7a63bdce2797f7", size = 1288834 }
1402
- wheels = [
1403
- { url = "https://files.pythonhosted.org/packages/4d/fc/f3c10df61bec8a329bcff014c3cce136408b42db590e17b04338069bd942/spacy-3.8.3-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:b01e50086515fa6d43275be11a762a3a3285d9aabbe27b4f3b98a08083f1d2a1", size = 6290689 },
1404
- { url = "https://files.pythonhosted.org/packages/4e/48/5528a3427fd29cb3deb7a16c49ef0c5eccd6a69eb8d8ecfbdf29711aadf5/spacy-3.8.3-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:187f9732362d0dc52b16c80e67decf58ff91605e34b251c50c7dc5212082fcb4", size = 5975670 },
1405
- { url = "https://files.pythonhosted.org/packages/e3/78/94a4c1349814a6e8c9a88480f595c59e5c017ce4258a17004b6264873c3f/spacy-3.8.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d7517bc969bca924cbdba4e14e0ce16e66d32967468ad27490e95c9b4d8d8aa8", size = 31812372 },
1406
- { url = "https://files.pythonhosted.org/packages/77/ff/01c5108134a613601061c14a4510fe76a61d36f5c4f2df893d03c7968c96/spacy-3.8.3-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:460948437c5571367105554b1e67549f957ba8dd6ee7e1594e719f9a88c398bb", size = 32103894 },
1407
- { url = "https://files.pythonhosted.org/packages/81/35/6efa37d608b299270bf1e04f0d686f485a7ebf86f38b6c1f6bca0f9f3eac/spacy-3.8.3-cp312-cp312-win_amd64.whl", hash = "sha256:1f14d4e2b1e6ab144ee546236f2c32b255f91f24939e62436c3a9c2ee200c6d1", size = 11784945 },
1408
- ]
1409
-
1410
- [[package]]
1411
- name = "spacy-legacy"
1412
- version = "3.0.12"
1413
- source = { registry = "https://pypi.org/simple" }
1414
- sdist = { url = "https://files.pythonhosted.org/packages/d9/79/91f9d7cc8db5642acad830dcc4b49ba65a7790152832c4eceb305e46d681/spacy-legacy-3.0.12.tar.gz", hash = "sha256:b37d6e0c9b6e1d7ca1cf5bc7152ab64a4c4671f59c85adaf7a3fcb870357a774", size = 23806 }
1415
- wheels = [
1416
- { url = "https://files.pythonhosted.org/packages/c3/55/12e842c70ff8828e34e543a2c7176dac4da006ca6901c9e8b43efab8bc6b/spacy_legacy-3.0.12-py2.py3-none-any.whl", hash = "sha256:476e3bd0d05f8c339ed60f40986c07387c0a71479245d6d0f4298dbd52cda55f", size = 29971 },
1417
- ]
1418
-
1419
- [[package]]
1420
- name = "spacy-loggers"
1421
- version = "1.0.5"
1422
- source = { registry = "https://pypi.org/simple" }
1423
- sdist = { url = "https://files.pythonhosted.org/packages/67/3d/926db774c9c98acf66cb4ed7faf6c377746f3e00b84b700d0868b95d0712/spacy-loggers-1.0.5.tar.gz", hash = "sha256:d60b0bdbf915a60e516cc2e653baeff946f0cfc461b452d11a4d5458c6fe5f24", size = 20811 }
1424
- wheels = [
1425
- { url = "https://files.pythonhosted.org/packages/33/78/d1a1a026ef3af911159398c939b1509d5c36fe524c7b644f34a5146c4e16/spacy_loggers-1.0.5-py3-none-any.whl", hash = "sha256:196284c9c446cc0cdb944005384270d775fdeaf4f494d8e269466cfa497ef645", size = 22343 },
1426
- ]
1427
-
1428
- [[package]]
1429
- name = "srsly"
1430
- version = "2.5.0"
1431
- source = { registry = "https://pypi.org/simple" }
1432
- dependencies = [
1433
- { name = "catalogue" },
1434
- ]
1435
- sdist = { url = "https://files.pythonhosted.org/packages/f5/54/52041112dfa5932ea6696ca54c5ce051a71b551641733ccdf6e2b005cab3/srsly-2.5.0.tar.gz", hash = "sha256:2776752cdb14275ca01e9a7b7a9c047ccf31db17f0076e73343cfcc9a8df6cbd", size = 466506 }
1436
- wheels = [
1437
- { url = "https://files.pythonhosted.org/packages/74/16/8b5997dae87eb39462bc23bf059622cfc76ac8da4dde47c457101aeb488d/srsly-2.5.0-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:72e84cd4772f3d2a855e67cdfd293f9fd40d4939ff54e530dd32c4157b46b463", size = 636712 },
1438
- { url = "https://files.pythonhosted.org/packages/c0/90/9266899a16b275d9fd58aecbceb183562b4ee709d244e544f086e3358471/srsly-2.5.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:e1f672e879b4ada0fb5b27401f36ad246ab3046183983961e49de1e8679cc3f5", size = 634700 },
1439
- { url = "https://files.pythonhosted.org/packages/61/e4/d7495538ae1957662a7404863aac118930dafbc87e42c4cb95f7aa3feb43/srsly-2.5.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:5d2762e17ad61eea776428652d36da805b8d72c396d2651621ef59513bbcd504", size = 1143540 },
1440
- { url = "https://files.pythonhosted.org/packages/f6/80/47d815f23a793772a3847b3f49d01528ba5013beabb0e7a20b13a8ea0d97/srsly-2.5.0-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:767c902ccb16635af88fc98b10f998aa67180c343da41c34aa20679c6eb6618e", size = 1110674 },
1441
- { url = "https://files.pythonhosted.org/packages/33/ff/f76fb452a4a504728f5d03102f67b92bb2076080ba69e9e32292b7c0566a/srsly-2.5.0-cp312-cp312-win_amd64.whl", hash = "sha256:3fac84c8fbda019e3f3652854ab3c8bd439af5b57825745fa3c67a603a13a05d", size = 632605 },
1442
- ]
1443
-
1444
  [[package]]
1445
  name = "stack-data"
1446
  version = "0.6.3"
@@ -1485,33 +1179,6 @@ wheels = [
1485
  { url = "https://files.pythonhosted.org/packages/40/44/4a5f08c96eb108af5cb50b41f76142f0afa346dfa99d5296fe7202a11854/tabulate-0.9.0-py3-none-any.whl", hash = "sha256:024ca478df22e9340661486f85298cff5f6dcdba14f3813e8830015b9ed1948f", size = 35252 },
1486
  ]
1487
 
1488
- [[package]]
1489
- name = "thinc"
1490
- version = "8.3.3"
1491
- source = { registry = "https://pypi.org/simple" }
1492
- dependencies = [
1493
- { name = "blis" },
1494
- { name = "catalogue" },
1495
- { name = "confection" },
1496
- { name = "cymem" },
1497
- { name = "murmurhash" },
1498
- { name = "numpy", marker = "python_full_version == '3.12.*'" },
1499
- { name = "packaging" },
1500
- { name = "preshed" },
1501
- { name = "pydantic" },
1502
- { name = "setuptools" },
1503
- { name = "srsly" },
1504
- { name = "wasabi" },
1505
- ]
1506
- sdist = { url = "https://files.pythonhosted.org/packages/69/62/f3a029a136b1862fa097b0801e901015de1162803d65f872533580541f78/thinc-8.3.3.tar.gz", hash = "sha256:e137ddd244ee1c6a1b2500f95b7688029d7faab71f33e041e563a4372abdd004", size = 193907 }
1507
- wheels = [
1508
- { url = "https://files.pythonhosted.org/packages/6d/ed/7f41f2850dc544acf69f8703fa5d5f1a3e63a1279d428cb15bc4a039fc1b/thinc-8.3.3-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:56163501a01b9228478f59079760a1019cc24d57e870f1327c93755cfe9aa7c7", size = 825090 },
1509
- { url = "https://files.pythonhosted.org/packages/97/5f/7292263eb59158422cd55a69c93570c38dead73b748a84c9acb79a3a2c25/thinc-8.3.3-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:f837dc462b360de3562e80f02acb913142d9da0ee70ecd77643fc1b0f82f5301", size = 761023 },
1510
- { url = "https://files.pythonhosted.org/packages/ec/eb/33f0e822bd228c275707aa54f5442d115a7b92574e5752653bbcd328cab8/thinc-8.3.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a6da424b7615d64e58b0a4e2daed67cf1e92d0d60b16d24038dc5d5ea3a58ade", size = 3710382 },
1511
- { url = "https://files.pythonhosted.org/packages/25/9d/4d49d4a92bd0fcad0a4b1d8db430ce0dc29f4d69ee327835b82153e674eb/thinc-8.3.3-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:ae917a880a97bfa3a19a06d43d9b0c4a4815f64646996debc4fe877e371c51fb", size = 4731511 },
1512
- { url = "https://files.pythonhosted.org/packages/c0/8c/9f6a2bf9ec356e51b0e782b6447bf16ab05a5672ca954f8f89938dd7a832/thinc-8.3.3-cp312-cp312-win_amd64.whl", hash = "sha256:8edc5e41a13c14be28d13888b4bc87bc8606a3e83a28f7f39f31f63d3f0ea165", size = 1455862 },
1513
- ]
1514
-
1515
  [[package]]
1516
  name = "tokenizers"
1517
  version = "0.21.0"
@@ -1569,7 +1236,7 @@ name = "tqdm"
1569
  version = "4.67.1"
1570
  source = { registry = "https://pypi.org/simple" }
1571
  dependencies = [
1572
- { name = "colorama", marker = "platform_system == 'Windows'" },
1573
  ]
1574
  sdist = { url = "https://files.pythonhosted.org/packages/a8/4b/29b4ef32e036bb34e4ab51796dd745cdba7ed47ad142a9f4a1eb8e0c744d/tqdm-4.67.1.tar.gz", hash = "sha256:f8aef9c52c08c13a65f30ea34f4e5aac3fd1a34959879d7e59e63027286627f2", size = 169737 }
1575
  wheels = [
@@ -1606,21 +1273,6 @@ wheels = [
1606
  { url = "https://files.pythonhosted.org/packages/f2/3a/8bdab26e09c5a242182b7ba9152e216d5ab4ae2d78c4298eb4872549cd35/transformers-4.47.1-py3-none-any.whl", hash = "sha256:d2f5d19bb6283cd66c893ec7e6d931d6370bbf1cc93633326ff1f41a40046c9c", size = 10133598 },
1607
  ]
1608
 
1609
- [[package]]
1610
- name = "typer"
1611
- version = "0.12.5"
1612
- source = { registry = "https://pypi.org/simple" }
1613
- dependencies = [
1614
- { name = "click" },
1615
- { name = "rich" },
1616
- { name = "shellingham" },
1617
- { name = "typing-extensions" },
1618
- ]
1619
- sdist = { url = "https://files.pythonhosted.org/packages/c5/58/a79003b91ac2c6890fc5d90145c662fd5771c6f11447f116b63300436bc9/typer-0.12.5.tar.gz", hash = "sha256:f592f089bedcc8ec1b974125d64851029c3b1af145f04aca64d69410f0c9b722", size = 98953 }
1620
- wheels = [
1621
- { url = "https://files.pythonhosted.org/packages/a8/2b/886d13e742e514f704c33c4caa7df0f3b89e5a25ef8db02aa9ca3d9535d5/typer-0.12.5-py3-none-any.whl", hash = "sha256:62fe4e471711b147e3365034133904df3e235698399bc4de2b36c8579298d52b", size = 47288 },
1622
- ]
1623
-
1624
  [[package]]
1625
  name = "typing-extensions"
1626
  version = "4.12.2"
@@ -1648,18 +1300,6 @@ wheels = [
1648
  { url = "https://files.pythonhosted.org/packages/c8/19/4ec628951a74043532ca2cf5d97b7b14863931476d117c471e8e2b1eb39f/urllib3-2.3.0-py3-none-any.whl", hash = "sha256:1cee9ad369867bfdbbb48b7dd50374c0967a0bb7710050facf0dd6911440e3df", size = 128369 },
1649
  ]
1650
 
1651
- [[package]]
1652
- name = "wasabi"
1653
- version = "1.1.3"
1654
- source = { registry = "https://pypi.org/simple" }
1655
- dependencies = [
1656
- { name = "colorama", marker = "sys_platform == 'win32' and python_full_version == '3.12.*'" },
1657
- ]
1658
- sdist = { url = "https://files.pythonhosted.org/packages/ac/f9/054e6e2f1071e963b5e746b48d1e3727470b2a490834d18ad92364929db3/wasabi-1.1.3.tar.gz", hash = "sha256:4bb3008f003809db0c3e28b4daf20906ea871a2bb43f9914197d540f4f2e0878", size = 30391 }
1659
- wheels = [
1660
- { url = "https://files.pythonhosted.org/packages/06/7c/34330a89da55610daa5f245ddce5aab81244321101614751e7537f125133/wasabi-1.1.3-py3-none-any.whl", hash = "sha256:f76e16e8f7e79f8c4c8be49b4024ac725713ab10cd7f19350ad18a8e3f71728c", size = 27880 },
1661
- ]
1662
-
1663
  [[package]]
1664
  name = "wcwidth"
1665
  version = "0.2.13"
@@ -1669,44 +1309,6 @@ wheels = [
1669
  { url = "https://files.pythonhosted.org/packages/fd/84/fd2ba7aafacbad3c4201d395674fc6348826569da3c0937e75505ead3528/wcwidth-0.2.13-py2.py3-none-any.whl", hash = "sha256:3da69048e4540d84af32131829ff948f1e022c1c6bdb8d6102117aac784f6859", size = 34166 },
1670
  ]
1671
 
1672
- [[package]]
1673
- name = "weasel"
1674
- version = "0.4.1"
1675
- source = { registry = "https://pypi.org/simple" }
1676
- dependencies = [
1677
- { name = "cloudpathlib" },
1678
- { name = "confection" },
1679
- { name = "packaging" },
1680
- { name = "pydantic" },
1681
- { name = "requests" },
1682
- { name = "smart-open" },
1683
- { name = "srsly" },
1684
- { name = "typer" },
1685
- { name = "wasabi" },
1686
- ]
1687
- sdist = { url = "https://files.pythonhosted.org/packages/a7/1a/9c522dd61b52939c217925d3e55c95f9348b73a66a956f52608e1e59a2c0/weasel-0.4.1.tar.gz", hash = "sha256:aabc210f072e13f6744e5c3a28037f93702433405cd35673f7c6279147085aa9", size = 38417 }
1688
- wheels = [
1689
- { url = "https://files.pythonhosted.org/packages/2a/87/abd57374044e1f627f0a905ac33c1a7daab35a3a815abfea4e1bafd3fdb1/weasel-0.4.1-py3-none-any.whl", hash = "sha256:24140a090ea1ac512a2b2f479cc64192fd1d527a7f3627671268d08ed5ac418c", size = 50270 },
1690
- ]
1691
-
1692
- [[package]]
1693
- name = "wrapt"
1694
- version = "1.17.0"
1695
- source = { registry = "https://pypi.org/simple" }
1696
- sdist = { url = "https://files.pythonhosted.org/packages/24/a1/fc03dca9b0432725c2e8cdbf91a349d2194cf03d8523c124faebe581de09/wrapt-1.17.0.tar.gz", hash = "sha256:16187aa2317c731170a88ef35e8937ae0f533c402872c1ee5e6d079fcf320801", size = 55542 }
1697
- wheels = [
1698
- { url = "https://files.pythonhosted.org/packages/85/82/518605474beafff11f1a34759f6410ab429abff9f7881858a447e0d20712/wrapt-1.17.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:89fc28495896097622c3fc238915c79365dd0ede02f9a82ce436b13bd0ab7569", size = 38904 },
1699
- { url = "https://files.pythonhosted.org/packages/80/6c/17c3b2fed28edfd96d8417c865ef0b4c955dc52c4e375d86f459f14340f1/wrapt-1.17.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:875d240fdbdbe9e11f9831901fb8719da0bd4e6131f83aa9f69b96d18fae7504", size = 88622 },
1700
- { url = "https://files.pythonhosted.org/packages/4a/11/60ecdf3b0fd3dca18978d89acb5d095a05f23299216e925fcd2717c81d93/wrapt-1.17.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:e5ed16d95fd142e9c72b6c10b06514ad30e846a0d0917ab406186541fe68b451", size = 80920 },
1701
- { url = "https://files.pythonhosted.org/packages/d2/50/dbef1a651578a3520d4534c1e434989e3620380c1ad97e309576b47f0ada/wrapt-1.17.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:18b956061b8db634120b58f668592a772e87e2e78bc1f6a906cfcaa0cc7991c1", size = 89170 },
1702
- { url = "https://files.pythonhosted.org/packages/44/a2/78c5956bf39955288c9e0dd62e807b308c3aa15a0f611fbff52aa8d6b5ea/wrapt-1.17.0-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:daba396199399ccabafbfc509037ac635a6bc18510ad1add8fd16d4739cdd106", size = 86748 },
1703
- { url = "https://files.pythonhosted.org/packages/99/49/2ee413c78fc0bdfebe5bee590bf3becdc1fab0096a7a9c3b5c9666b2415f/wrapt-1.17.0-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:4d63f4d446e10ad19ed01188d6c1e1bb134cde8c18b0aa2acfd973d41fcc5ada", size = 79734 },
1704
- { url = "https://files.pythonhosted.org/packages/c0/8c/4221b7b270e36be90f0930fe15a4755a6ea24093f90b510166e9ed7861ea/wrapt-1.17.0-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:8a5e7cc39a45fc430af1aefc4d77ee6bad72c5bcdb1322cfde852c15192b8bd4", size = 87552 },
1705
- { url = "https://files.pythonhosted.org/packages/4c/6b/1aaccf3efe58eb95e10ce8e77c8909b7a6b0da93449a92c4e6d6d10b3a3d/wrapt-1.17.0-cp312-cp312-win32.whl", hash = "sha256:0a0a1a1ec28b641f2a3a2c35cbe86c00051c04fffcfcc577ffcdd707df3f8635", size = 36647 },
1706
- { url = "https://files.pythonhosted.org/packages/b3/4f/243f88ac49df005b9129194c6511b3642818b3e6271ddea47a15e2ee4934/wrapt-1.17.0-cp312-cp312-win_amd64.whl", hash = "sha256:3c34f6896a01b84bab196f7119770fd8466c8ae3dfa73c59c0bb281e7b588ce7", size = 38830 },
1707
- { url = "https://files.pythonhosted.org/packages/4b/d9/a8ba5e9507a9af1917285d118388c5eb7a81834873f45df213a6fe923774/wrapt-1.17.0-py3-none-any.whl", hash = "sha256:d2c63b93548eda58abf5188e505ffed0229bf675f7c3090f8e36ad55b8cbc371", size = 23592 },
1708
- ]
1709
-
1710
  [[package]]
1711
  name = "xxhash"
1712
  version = "3.5.0"
 
1
  version = 1
2
+ revision = 1
3
  requires-python = "==3.12.*"
4
  resolution-markers = [
5
  "sys_platform == 'darwin'",
6
  "platform_machine == 'aarch64' and sys_platform == 'linux'",
7
+ "(platform_machine != 'aarch64' and sys_platform == 'linux') or (sys_platform != 'darwin' and sys_platform != 'linux')",
8
  ]
9
 
10
  [[package]]
 
96
  { url = "https://files.pythonhosted.org/packages/89/aa/ab0f7891a01eeb2d2e338ae8fecbe57fcebea1a24dbb64d45801bfab481d/attrs-24.3.0-py3-none-any.whl", hash = "sha256:ac96cd038792094f438ad1f6ff80837353805ac950cd2aa0e0625ef19850c308", size = 63397 },
97
  ]
98
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
99
  [[package]]
100
  name = "certifi"
101
  version = "2024.12.14"
 
149
  { url = "https://files.pythonhosted.org/packages/0e/f6/65ecc6878a89bb1c23a086ea335ad4bf21a588990c3f535a227b9eea9108/charset_normalizer-3.4.1-py3-none-any.whl", hash = "sha256:d98b1668f06378c6dbefec3b92299716b931cd4e6061f3c875a71ced1780ab85", size = 49767 },
150
  ]
151
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
152
  [[package]]
153
  name = "colorama"
154
  version = "0.4.6"
 
170
  { url = "https://files.pythonhosted.org/packages/e6/75/49e5bfe642f71f272236b5b2d2691cf915a7283cc0ceda56357b61daa538/comm-0.2.2-py3-none-any.whl", hash = "sha256:e6fb86cb70ff661ee8c9c14e7d36d6de3b4066f1441be4063df9c5009f0a64d3", size = 7180 },
171
  ]
172
 
 
 
 
 
 
 
 
 
 
 
 
 
 
173
  [[package]]
174
  name = "contourpy"
175
  version = "1.3.1"
 
200
  { url = "https://files.pythonhosted.org/packages/e7/05/c19819d5e3d95294a6f5947fb9b9629efb316b96de511b418c53d245aae6/cycler-0.12.1-py3-none-any.whl", hash = "sha256:85cef7cff222d8644161529808465972e51340599459b8ac3ccbac5a854e0d30", size = 8321 },
201
  ]
202
 
 
 
 
 
 
 
 
 
 
 
 
 
 
203
  [[package]]
204
  name = "danish-dynaword"
205
+ version = "1.0.9"
206
  source = { virtual = "." }
207
  dependencies = [
208
  { name = "datasets" },
209
  { name = "gitpython" },
210
  { name = "ipykernel" },
211
+ { name = "pip" },
212
  { name = "plotnine" },
213
  { name = "pydantic" },
214
  { name = "pytest" },
 
218
  { name = "transformers" },
219
  ]
220
 
 
 
 
 
 
221
  [package.metadata]
222
  requires-dist = [
223
  { name = "datasets", specifier = ">=3.0.0" },
224
  { name = "gitpython", specifier = ">=3.1.43" },
225
  { name = "ipykernel", specifier = ">=6.29.5" },
226
+ { name = "pip", specifier = ">=25.0.1" },
227
  { name = "plotnine", specifier = ">=0.14.5" },
228
  { name = "pydantic", specifier = ">=2.10.4" },
229
  { name = "pytest", specifier = ">=8.3.4" },
230
  { name = "ruff", specifier = ">=0.8.3" },
 
231
  { name = "tabulate", specifier = ">=0.9.0" },
232
  { name = "tomlkit", specifier = ">=0.13.2" },
233
  { name = "transformers", specifier = ">=4.47.1" },
 
427
  version = "6.29.5"
428
  source = { registry = "https://pypi.org/simple" }
429
  dependencies = [
430
+ { name = "appnope", marker = "sys_platform == 'darwin'" },
431
  { name = "comm" },
432
  { name = "debugpy" },
433
  { name = "ipython" },
 
478
  { url = "https://files.pythonhosted.org/packages/c0/5a/9cac0c82afec3d09ccd97c8b6502d48f165f9124db81b4bcb90b4af974ee/jedi-0.19.2-py2.py3-none-any.whl", hash = "sha256:a8ef22bde8490f57fe5c7681a3c83cb58874daf72b4784de3cce5b6ef6edb5b9", size = 1572278 },
479
  ]
480
 
 
 
 
 
 
 
 
 
 
 
 
 
481
  [[package]]
482
  name = "jupyter-client"
483
  version = "8.6.3"
 
531
  { url = "https://files.pythonhosted.org/packages/dc/85/220d13d914485c0948a00f0b9eb419efaf6da81b7d72e88ce2391f7aed8d/kiwisolver-1.4.8-cp312-cp312-win_arm64.whl", hash = "sha256:a3c44cb68861de93f0c4a8175fbaa691f0aa22550c331fefef02b618a9dcb476", size = 65424 },
532
  ]
533
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
534
  [[package]]
535
  name = "matplotlib"
536
  version = "3.10.0"
 
568
  { url = "https://files.pythonhosted.org/packages/8f/8e/9ad090d3553c280a8060fbf6e24dc1c0c29704ee7d1c372f0c174aa59285/matplotlib_inline-0.1.7-py3-none-any.whl", hash = "sha256:df192d39a4ff8f21b1895d72e6a13f5fcc5099f00fa84384e0ea28c2cc0653ca", size = 9899 },
569
  ]
570
 
 
 
 
 
 
 
 
 
 
571
  [[package]]
572
  name = "mizani"
573
  version = "0.13.1"
 
576
  { name = "numpy" },
577
  { name = "pandas" },
578
  { name = "scipy" },
579
+ { name = "tzdata", marker = "sys_platform == 'emscripten' or sys_platform == 'win32'" },
580
  ]
581
  sdist = { url = "https://files.pythonhosted.org/packages/91/c3/9f83c374314b2b42e7aec65f3bf87046415ab265f209fa8a04eb6da822ee/mizani-0.13.1.tar.gz", hash = "sha256:e3247ea12c746c8104767d7e42a2d16473173c7bc314f298d8294a58f4653353", size = 765181 }
582
  wheels = [
 
623
  { url = "https://files.pythonhosted.org/packages/da/d9/f7f9379981e39b8c2511c9e0326d212accacb82f12fbfdc1aa2ce2a7b2b6/multiprocess-0.70.16-py39-none-any.whl", hash = "sha256:a0bafd3ae1b732eac64be2e72038231c1ba97724b60b09400d68f229fcc2fbf3", size = 133351 },
624
  ]
625
 
 
 
 
 
 
 
 
 
 
 
 
 
 
626
  [[package]]
627
  name = "nest-asyncio"
628
  version = "1.6.0"
 
664
  version = "2.2.3"
665
  source = { registry = "https://pypi.org/simple" }
666
  dependencies = [
667
+ { name = "numpy" },
668
  { name = "python-dateutil" },
669
  { name = "pytz" },
670
  { name = "tzdata" },
 
732
  { url = "https://files.pythonhosted.org/packages/b5/ca/184349ee40f2e92439be9b3502ae6cfc43ac4b50bc4fc6b3de7957563894/pillow-10.4.0-cp312-cp312-win_arm64.whl", hash = "sha256:e553cad5179a66ba15bb18b353a19020e73a7921296a7979c4a2b7f6a5cd57f9", size = 2243427 },
733
  ]
734
 
735
+ [[package]]
736
+ name = "pip"
737
+ version = "25.0.1"
738
+ source = { registry = "https://pypi.org/simple" }
739
+ sdist = { url = "https://files.pythonhosted.org/packages/70/53/b309b4a497b09655cb7e07088966881a57d082f48ac3cb54ea729fd2c6cf/pip-25.0.1.tar.gz", hash = "sha256:88f96547ea48b940a3a385494e181e29fb8637898f88d88737c5049780f196ea", size = 1950850 }
740
+ wheels = [
741
+ { url = "https://files.pythonhosted.org/packages/c9/bc/b7db44f5f39f9d0494071bddae6880eb645970366d0a200022a1a93d57f5/pip-25.0.1-py3-none-any.whl", hash = "sha256:c46efd13b6aa8279f33f2864459c8ce587ea6a1a59ee20de055868d8f7688f7f", size = 1841526 },
742
+ ]
743
+
744
  [[package]]
745
  name = "platformdirs"
746
  version = "4.3.6"
 
776
  { url = "https://files.pythonhosted.org/packages/88/5f/e351af9a41f866ac3f1fac4ca0613908d9a41741cfcf2228f4ad853b697d/pluggy-1.5.0-py3-none-any.whl", hash = "sha256:44e1ad92c8ca002de6377e165f3e0f1be63266ab4d554740532335b9d75ea669", size = 20556 },
777
  ]
778
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
779
  [[package]]
780
  name = "prompt-toolkit"
781
  version = "3.0.48"
 
1051
  { url = "https://files.pythonhosted.org/packages/f9/9b/335f9764261e915ed497fcdeb11df5dfd6f7bf257d4a6a2a686d80da4d54/requests-2.32.3-py3-none-any.whl", hash = "sha256:70761cfe03c773ceb22aa2f671b4757976145175cdfca038c02654d061d6dcc6", size = 64928 },
1052
  ]
1053
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1054
  [[package]]
1055
  name = "ruff"
1056
  version = "0.8.5"
 
1117
  { url = "https://files.pythonhosted.org/packages/3f/39/a29b75f9c30084cbafd416bfa00933311a5b7a96be6e88750c98521d2ccb/scipy-1.15.0-cp312-cp312-win_amd64.whl", hash = "sha256:327163ad73e54541a675240708244644294cb0a65cca420c9c79baeb9648e479", size = 43622832 },
1118
  ]
1119
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1120
  [[package]]
1121
  name = "six"
1122
  version = "1.17.0"
 
1126
  { url = "https://files.pythonhosted.org/packages/b7/ce/149a00dd41f10bc29e5921b496af8b574d8413afcd5e30dfa0ed46c2cc5e/six-1.17.0-py2.py3-none-any.whl", hash = "sha256:4721f391ed90541fddacab5acf947aa0d3dc7d27b2e1e8eda2be8970586c3274", size = 11050 },
1127
  ]
1128
 
 
 
 
 
 
 
 
 
 
 
 
 
1129
  [[package]]
1130
  name = "smmap"
1131
  version = "5.0.2"
 
1135
  { url = "https://files.pythonhosted.org/packages/04/be/d09147ad1ec7934636ad912901c5fd7667e1c858e19d355237db0d0cd5e4/smmap-5.0.2-py3-none-any.whl", hash = "sha256:b30115f0def7d7531d22a0fb6502488d879e75b260a9db4d0819cfb25403af5e", size = 24303 },
1136
  ]
1137
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1138
  [[package]]
1139
  name = "stack-data"
1140
  version = "0.6.3"
 
1179
  { url = "https://files.pythonhosted.org/packages/40/44/4a5f08c96eb108af5cb50b41f76142f0afa346dfa99d5296fe7202a11854/tabulate-0.9.0-py3-none-any.whl", hash = "sha256:024ca478df22e9340661486f85298cff5f6dcdba14f3813e8830015b9ed1948f", size = 35252 },
1180
  ]
1181
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1182
  [[package]]
1183
  name = "tokenizers"
1184
  version = "0.21.0"
 
1236
  version = "4.67.1"
1237
  source = { registry = "https://pypi.org/simple" }
1238
  dependencies = [
1239
+ { name = "colorama", marker = "sys_platform == 'win32'" },
1240
  ]
1241
  sdist = { url = "https://files.pythonhosted.org/packages/a8/4b/29b4ef32e036bb34e4ab51796dd745cdba7ed47ad142a9f4a1eb8e0c744d/tqdm-4.67.1.tar.gz", hash = "sha256:f8aef9c52c08c13a65f30ea34f4e5aac3fd1a34959879d7e59e63027286627f2", size = 169737 }
1242
  wheels = [
 
1273
  { url = "https://files.pythonhosted.org/packages/f2/3a/8bdab26e09c5a242182b7ba9152e216d5ab4ae2d78c4298eb4872549cd35/transformers-4.47.1-py3-none-any.whl", hash = "sha256:d2f5d19bb6283cd66c893ec7e6d931d6370bbf1cc93633326ff1f41a40046c9c", size = 10133598 },
1274
  ]
1275
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1276
  [[package]]
1277
  name = "typing-extensions"
1278
  version = "4.12.2"
 
1300
  { url = "https://files.pythonhosted.org/packages/c8/19/4ec628951a74043532ca2cf5d97b7b14863931476d117c471e8e2b1eb39f/urllib3-2.3.0-py3-none-any.whl", hash = "sha256:1cee9ad369867bfdbbb48b7dd50374c0967a0bb7710050facf0dd6911440e3df", size = 128369 },
1301
  ]
1302
 
 
 
 
 
 
 
 
 
 
 
 
 
1303
  [[package]]
1304
  name = "wcwidth"
1305
  version = "0.2.13"
 
1309
  { url = "https://files.pythonhosted.org/packages/fd/84/fd2ba7aafacbad3c4201d395674fc6348826569da3c0937e75505ead3528/wcwidth-0.2.13-py2.py3-none-any.whl", hash = "sha256:3da69048e4540d84af32131829ff948f1e022c1c6bdb8d6102117aac784f6859", size = 34166 },
1310
  ]
1311
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1312
  [[package]]
1313
  name = "xxhash"
1314
  version = "3.5.0"