https://github.com/gongcastro/bvqpy
Python port for the Barcelona Vocabulary Questionnaire (BVQ)
https://github.com/gongcastro/bvqpy
python questionnaire vocabulary
Last synced: 11 months ago
JSON representation
Python port for the Barcelona Vocabulary Questionnaire (BVQ)
- Host: GitHub
- URL: https://github.com/gongcastro/bvqpy
- Owner: gongcastro
- License: mit
- Created: 2023-12-19T16:31:57.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-13T07:09:05.000Z (over 1 year ago)
- Last Synced: 2025-07-11T06:43:08.435Z (11 months ago)
- Topics: python, questionnaire, vocabulary
- Language: Python
- Homepage: https://pypi.org/project/bvqpy/
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE
Awesome Lists containing this project
README
# bvqpy
## Overview
This package contains data from a Barcelona Vocabulary Questionnaire (BVQ), a vocabulary checklist aimed at to assessing lexical development in toddlers growing up in Catalan-Spanish bilingual environments. The questionnaire was deployed using [formr](https://formr.org/), and the materials used to generate the items are available in the GitHub repository.
This package also contains multiple functions that extract the data and generate many metrics used frequently in the language acquisition literature to examine participants’ vocabulary or to consult acquisition norms of particular words. Documentation and working examples are available in the [package website](https://gongcastro.github.io/bvq).
## Installation
Using pip:
```python
pip install bvqpy
```
## Data accesibility
BVQ is currently a developing package for internal use at the [Center for Brain and Cognititon](https://www.upf.edu/web/cbc) (CBC). For this reason, logging in requires a password that can be required by writing to the maintainer of this package ([gongarciacastro@gmail.com](mailto:gongarciacastro@gmail.com)).
## Code of Conduct
Please note that the bvq project is released with a [Contributor Code of Conduct](https://contributor-covenant.org/version/2/1/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.