pyriksdagen
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (2.6%) to scientific vocabulary
Last synced: 7 months ago
·
JSON representation
·
Repository
Basic Info
- Host: GitHub
- Owner: swerik-project
- License: mit
- Language: Python
- Default Branch: main
- Size: 611 KB
Statistics
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 3
- Releases: 15
Created about 2 years ago
· Last pushed 7 months ago
Metadata Files
Readme
License
Citation
README.md
pyriksdagen
Python module for interacting with the Swedish Parliamentary Corpus
The use of the module is demonstrated in the Example Jupyter Notebook, which can also be run on Google Colab.
Owner
- Name: swerik-project
- Login: swerik-project
- Kind: organization
- Repositories: 1
- Profile: https://github.com/swerik-project
Citation (CITATION.cff)
cff-version: 1.2.0
message: To cite this reposository, please use these metadata.
title: "The Swedish Parliament Corpus: pyriksdagen"
version: v1.9.0
authors:
- given-names: Väinö
family-names: Yrjänäinen
alias: ninpnin
- family-names: Borges
given-names: Robert
orcid: "https://orcid.org/0000-0002-7647-4048"
alias: BobBorges
date-released: 2024-10-30
identifiers:
- description: Repository basename
type: other
value: pyriksdagen
repository-code: "https://github.com/swerik-project/pyriksdagen"
url: "https://github.com/swerik-project/the-swedish-parliament-corpus"
type: dataset
GitHub Events
Total
- Create event: 12
- Issues event: 2
- Release event: 7
- Delete event: 5
- Issue comment event: 12
- Push event: 79
- Pull request review event: 39
- Pull request review comment event: 27
- Pull request event: 32
Last Year
- Create event: 12
- Issues event: 2
- Release event: 7
- Delete event: 5
- Issue comment event: 12
- Push event: 79
- Pull request review event: 39
- Pull request review comment event: 27
- Pull request event: 32
Issues and Pull Requests
Last synced: 7 months ago
All Time
- Total issues: 2
- Total pull requests: 9
- Average time to close issues: 3 days
- Average time to close pull requests: 6 days
- Total issue authors: 2
- Total pull request authors: 2
- Average comments per issue: 1.0
- Average comments per pull request: 0.11
- Merged pull requests: 4
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 2
- Pull requests: 9
- Average time to close issues: 3 days
- Average time to close pull requests: 6 days
- Issue authors: 2
- Pull request authors: 2
- Average comments per issue: 1.0
- Average comments per pull request: 0.11
- Merged pull requests: 4
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- BobBorges (1)
- mathjoha (1)
- ninpnin (1)
- MansMeg (1)
Pull Request Authors
- BobBorges (22)
- ninpnin (5)
- vgkz (1)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
.github/workflows/push.yml
actions
- actions/checkout v3 composite
- actions/setup-python v2 composite
pyproject.toml
pypi
- devtools ^0.5.1 develop
- SPARQLWrapper *
- alto-xml *
- base58 *
- beautifulsoup4 *
- dateparser *
- importlib_resources *
- kblab-client *
- lxml *
- matplotlib *
- nltk *
- numpy *
- pandas *
- progressbar2 *
- py-markdown-table *
- pyparlaclarin *
- python ^3.7
- requests *
- textdistance *
- tqdm *
- unidecode *
- xmlschema *
pyriksdagen/requirements.txt
pypi
- SPARQLWrapper ==2.0.0
- Unidecode ==1.3.6
- base58 ==2.1.1
- beautifulsoup4 ==4.11.2
- dateparser ==1.1.6
- importlib_resources ==5.10.2
- lxml ==4.9.2
- numpy ==1.24.1
- pandas ==1.5.3
- progressbar2 ==4.0.0
- pyparlaclarin ==0.6.0
- torch ==1.13.1
- transformers ==4.26.0
.github/workflows/release.yml
actions
- actions/checkout v4 composite
- actions/setup-python v5 composite