Datasets:
Tasks:
Text Generation
Formats:
parquet
Sub-tasks:
language-modeling
Languages:
Danish
Size:
10M - 100M
ArXiv:
DOI:
License:
Adding municipality meeting summaries (discussion #113)
#115
by balsab - opened
According to discussion #113, adding the municipality meeting summaries from sprogteknologi.dk
balsab changed pull request title from Adding municipal meeting summaries (discussion #113) to Adding municipality meeting summaries (discussion #113)
Checklist
- I have run the test suite using
make testand all tests pass - I have added/changed a dataset:
- I have updated descriptive statistics using
make update-descriptive-statistics - I have bumped the version use
make bump-version
- I have updated descriptive statistics using
- If I have added a
create.pyscript I have added the script dependencies required to run that script. - I have updated the CHANGELOG.md if appropriate
Notes
For some reason the packages used for the figure creation had to be updated, otherwise they would not work. (I suspect some OS differences). I don't think these changes break any plot functionality, but that doesn't mean they won't.
the updates made to pyproject.toml:
- dynaword 1.2.13
´´´# figures
"plotnine>=0.14.5",
"plotly>=6.0.1",
"nbformat>=4.2.0",
"kaleido==0.2.1"
´´´ - dynaword 1.2.14
´´´# figures
"plotnine>=0.14.5",
"plotly>=6.5.1",
"nbformat>=4.2.0",
"kaleido>=1.0.0"
´´´
balsab changed pull request status to open
Looks great!
KennethEnevoldsen changed pull request status to merged